Multiple Inheritance - Generalization
It is sometimes useful to specify that a class has several superclasses. The subclass inherits all the characteristics of both superclasses. This possibility should be used carefully.

Multiple inheritance is not taken into account when generating tables.