exo2: make the class methods more inline with the List<?> interface.
[Project_POO.git] / exo4 / Affichable.java
CommitLineData
c05c2289
JB
1
2public interface Affichable {
3
4 public void afficher();
5
6}