Solved

If a Subclass Contains a Method with the Same Name

Question 62

Multiple Choice

If a subclass contains a method with the same name as a method in its superclass, but with different parameter types, the subclass method is said to ____ the method of the superclass.


A) implement
B) inherit
C) override
D) overload

Correct Answer:

verifed

Verified

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

Related Questions