Solved

To Override a Superclass Method in a Subclass, the Subclass

Question 24

Multiple Choice

To override a superclass method in a subclass, the subclass method ____.


A) Must use a different method name.
B) Must use the same method name and the same parameter types.
C) Must use a different method name and the same parameter types.
D) Must use a different method name and different parameter types.

Correct Answer:

verifed

Verified

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

Related Questions