To add an inherited operation to a class:
-
Double-click a class that is linked to a parent class in the diagram, and then click the Operations tab.
-
Click the Inherited button to open the Inherited Operations window. This window lists all the operations that belong to all the parent classes of the class.
-
Select an operation, then click Override and Close to copy the operation to the list of operations of the child class. The copied operation is grayed, indicating that its properties cannot be modified, and its stereotype is set to <<Override>>.
-
Click OK in each of the dialog boxes.