exo6: add the basic code structure with the right class hierarchy
[Project_POO.git] / exo6 / Opmulti.java
diff --git a/exo6/Opmulti.java b/exo6/Opmulti.java
new file mode 100644 (file)
index 0000000..c2bf12a
--- /dev/null
@@ -0,0 +1,7 @@
+
+class Opmulti extends Opmul {
+
+    public boolean evaluer() {
+        return true;
+    }
+}