You are on page 1of 1

// import macollection;

public class Personne extends AbstractPersonne

String nom;

String prenom;

int age;

public Personne(String nom,String prenom, int age) //

m
e r as
{

co
eH w
super(nom,prenom);

o.
rs e
this.age = age;
ou urc
}
o
aC s

public int getAge()


v i y re

return this.age;
ed d
ar stu

}
sh is

public void displayPersonne()


Th

System.out.println(this.prenom+this.nom);

// public PersonneListIterator createIterator()

// {

// return new PersonneListIterator();

// }

https://www.coursehero.com/file/61318982/Personpdf/

Powered by TCPDF (www.tcpdf.org)

You might also like