Entity Inheritance

Input meta-model Entity classes are allowed to subclass other entity classes. Typically, entity classes will be subclassed in order to add functionality (such as additional stereotyped operation) which are required for special processing of the associated database table, but which do not belong in the parent class.

For more information please see Subclassing.