Réponse

this.nom = nom;
this.prenom = prenom;

Question

En POO, comment définit-on les propriétés "nom", "prenom" d'un objet "Personne" ?

Thématique