Skip to content

kirillvelichko/patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b70fc68 · Mar 16, 2024

History

51 Commits
Feb 23, 2024
Mar 16, 2024
Feb 23, 2024
Feb 24, 2024

Repository files navigation

Class Diagram Legend

Loading
classDiagram
  Admin --|> User : Inheritance
  Thread ..|> Runnable : Implementation
  PC *-- CPU : Composition
  Car o-- Mechanic : Aggregation
  Person --> Address : Association
  Object .. Method : Link
  • Admin extends User.
  • Thread implements Runnable.
  • PC has a CPU.
  • Car has a Mechanic.
  • Person has an Address.
  • Object linked with Method.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published