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