Person
Patient: Person
Treats: Association
- assistant: Person
- patient: Person
Role names for a ternary association
Generalization
Generalization is a taxonomic relationship
between a more general class and a more
specific subclass.
The general class is called a superclass and
the specific class is called a subclass.
The subclass inherits all the attributes and
operations of the superclass.
The subclass may add its own attributes and
operations.
Person
name
age
address
Employee
salary
department
Student
marks
Student
Employee
Generalization
Object Modeling Guidelines
Model real