ajout de la fonction nulle pour test

This commit is contained in:
Jose Srifi 2019-04-02 10:30:30 +02:00
parent 9fdf776a07
commit a2abb44070

2
X.java
View File

@ -33,4 +33,6 @@ public class X {
public String toString() {
return "La personne s'appelle " + this.prenom + " " + this.nom;
}
//ajoute methode nulle
}