R2350¶
Summary¶
A private Operation cannot be redefined.
Details¶
Only visible inherited Operations can be redefined. Visible Operations are public and protected Operations from implemented Interfaces and parent Classifiers.
Tips¶
- Remove the redefinition status if it was not intended.
- Make the redefined method public or protected.