exo6: add UML class diagram for the arithmetic expression evaluator.
[Project_POO.git] / exo4 / Affichable.java
1
2 public interface Affichable {
3
4 public void afficher();
5
6 }