Class Hierarchy (3)
Specialization vs Generalization
You can read the diagram from right to left, in this way the description is called
Generalization
In the other way, you start from a general Object and you finish on a specific one, this is called Specialization
When you specialize an object, the result object owns all the characteristics of its
super-class plus its own characteristics