Solved

Which Statement Is True About a Subclass That Uses the Same

Question 98

Multiple Choice

Which statement is true about a subclass that uses the same method name but different parameter types for a method that appears in its superclass?


A) the subclass method has overloaded its superclass's method.
B) the subclass method has overridden its superclass's method.
C) the subclass has implemented its superclass's method.
D) a compiler error will occur.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions