Solved

If Two Methods in a Class Hierarchy Have the Same

Question 3

Multiple Choice

If two methods in a class hierarchy have the same name,


A) the classes that contain them cannot be included in the same program.
B) one method must have fewer parameters than the other to ensure uniqueness.
C) the method name must be appended to the class name on invokation.
D) an object name must precede the method name when either method is invoked.

Correct Answer:

verifed

Verified

Related Questions