The visibility of an Operation cannot be greater than that of the Operations it redefines.
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).