Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Manifest-Version: 1.0 | |
Main-Class: com.umg.curso.principal.ConsoleApp | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.umg.curso.clases; | |
/** | |
* Created by ore on 28/06/17. | |
*/ | |
public class Deporte { | |
private String nombre; | |
private boolean conBalon; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.umg.curso.clases; | |
/** | |
* Created by ore on 28/06/17. | |
*/ | |
public class Deporte { | |
private String nombre; | |
private boolean conBalon; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package deportes.balon; | |
/** | |
* Created by alumno on 27/06/2017. | |
*/ | |
public class deportes { | |
private String nombreDeporte; | |
private int tipoDeporte; | |
public String getNombreDeporte() { |