Example #1
0
 public void affCoordNom() {
   super.affCoord();
   System.out.println("Nom : " + nom);
 }
Example #2
0
 public void setPointNom(int x, int y, String nom) {
   super.setPoint(x, y);
   setNom(nom);
 }