exo6: add the basic code structure with the right class hierarchy
[Project_POO.git] / exo6 / Opmulti.java
1
2 class Opmulti extends Opmul {
3
4 public boolean evaluer() {
5 return true;
6 }
7 }