Operation hiding (Reviewer Review)
An operation has the same signature as one on a superclass that has compile time binding.
Consequences
It polymorphism was intended then it won't work unless the base class has runtime binding.
If the name clash is accidental then it could result in confusion.
Strategy
Add runtime binding to the base class or rename the operation.