exo6: add the basic code structure with the right class hierarchy
[Project_POO.git] / exo4 / Affichable.java
... / ...
CommitLineData
1
2public interface Affichable {
3
4 public void afficher();
5
6}