-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
classDiagram
Animal <|-- Duck
Animal <|-- Fish
Animal <|-- Zebra
Animal : +int age
Animal : +String gender
Animal: +isMammal()
Animal: +mate()
class Duck {
+String beakColor
+swim()
+quack()
}
class Fish {
-int sizeInFeet
-canEat()
}
class Zebra {
+bool is_wild
+run()
}
Oshawattage
20 hrtz <= Enterprise
Polestar
Lithium CO2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels