An abstract Operation should not redefine a concrete Operation.
An Operation redefinition corresponds to a different implementation of the method, but abstract methods do not specify implementation, therefore an abstract method should not redefine another method.