R2360

Summary

The visibility of an Operation cannot be greater than that of the Operations it redefines.

Details

For example, if an operation is protected in its classifier, a classifier that inherits this method can redefine it, but its visibility cannot be public (although it can be private).

Tips