Multiple Choice
__________ refers to the ability to associate many meanings to one method name by means of the late binding mechanism.
A) Inheritance
B) Encapsulation
C) Polymorphism
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: The final modifier is included before the
Q12: Java allows an instance of an abstract
Q13: What is an abstract method?
Q14: Derive a class named Boots from the
Q15: Why should the instanceOf operator be used
Q17: Override the clone method inherited in the
Q18: Polymorphism refers to the ability to associate
Q19: What are the advantages of polymorphism?
Q20: Assigning an object of a derived class
Q21: A class with no abstract methods is