Implement
Animal with a label
+int age
+String gender
+isMammal()
+mate()
Duck
+String beakColor
+swim()
+quack()
Flyable
Fish
-int sizeInFeet
-canEat()
Zebra
+bool is_wild
+run()
From Duck till Zebra
Class Diagram Demo