A redefinition of a superclass method in a subclass need not hav
A redefinition of a superclass method in a subclass need not have the same signature as the superclass method. Such a redefinition is not method overriding but is simply an example of method overloading. ~@[](1)答案:TRUE