Specialization hierarchy in a domain-model
- by devoured elysium
I'm trying to make the domain model of a management system. I have the following kinds of persons in this system:
employee
manager
top mananger
I decided to define a User, from where employee, manager and top manager will specialize from.
What I don't know is what kind of specialization hierarchy I should choose from. I thought of two ways:
…