A subclass can do more than that; it can define a method that has exactly the same method signature (name and argument types) as a method in its superclass .
A subclass can do more than that; it can define a method that has exactly the same method signature (name and argument types) as a method in its superclass .