Search code examples
oopumlclass-diagram

What type of relationship is this for a Class Diagram


I have a class Employee and a class Mananger. Manager has the same abilities and attributes as employee but more functionality, is this association?


Solution

  • This is a typical case of Generalization with Employee being the superclass and Manager as a subclass.