wiki:jazz/21-09-22

Version 3 (modified by jazz, 3 years ago) (diff)

--

2021-09-22

@startuml
abstract        Animal
interface       Color
interface       Gender
Animal <|--	Pig
Animal <|--	Dog
Animal <|--	Cat
Pig    <|--	Piggy
Dog    <|--     Doggy
Cat    <|--     Kitten
Color  <|..     Cat
Gender <|..     Cat
@enduml
  • Object Oriented Programming Concepts

Attachments (1)

Download all attachments as: .zip