Class Diagram - Drawio

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Department

- workers: Workers[]

+ void AddWorker(const
Worker& w)
+ void ShowWorkers()
+ void PrintByName(const Worker

char name)
+ double
- name: string
GetAvarageSalary() - sallary: double
+ void PrintByType(const - position: string
WorkerType type) - startYear: int
+ void
PrintByExpirience(const int
exp)

WorkerType

- Admin
<<use>> - Programmer
- Designer

You might also like