wiki:jazz/21-09-22

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

--

2021-09-22

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

Attachments (1)

Download all attachments as: .zip