
Moving Components to the Superclass
Use
You can move attributes, methods and events of a class to their direct superclass. See also:
Class Diagram.
Note that a conflict occurs if non-private components that you want to move to the superclass already exist in another class that is derived from this superclass. This results in a syntax error in the corresponding derived class.
Procedure
The Assistant is started in a separate window.
You can move several components at one time with multiple selection.
Result
The moved components are deleted in their original class and created in the superclass.