-->
当前位置:首页 > 题库

A redefinition of a superclass method in a subclass need not hav

Luz5年前 (2021-05-10)题库969
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