What is Generalization?
In UML , a generalization relationship is a relationship in which one model element (the child) is based on another model element (the parent). Generalization relationships are used in class, component, deployment, and use case diagrams.
Generalization corresponds to inheritance implemenation amongst classes.
Generalization corresponds to inheritance implemenation amongst classes.