exo6: add constructor and some sanity checks to Chiffre and Variable
[Project_POO.git] / exo6 / Opplus.java
CommitLineData
dd8febe8
JB
1
2class Opplus extends Opadd {
3
c9ca2283
JB
4 public double evaluer() {
5 return 0.0;
6 }
dd8febe8 7}