Solved

If a Subclass Uses the Same Method Name but Different

Question 64

Multiple Choice

If a subclass 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