public class Paulin extends Person {
private String lastName = "GAILLOT";
private String firstName = "Paulin";
private int age = 21;
private String[] hobbies = {"Jeux Vidéos", "Vélo", "Netflix", "Developper"};
private boolean isStudent = true;
private String[] education = {"ISEN, Nantes, France", "UQAC, Chicoutimi, Québec"};
public void getLocation() {
String pos = "Chicoutimi, Québec";
System.out.println("Actual location : "+pos);
}
}
-
ISEN Nantes
- Chicoutimi
-
23:23
(UTC -05:00)
Highlights
- Pro
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.