Multiple Choice
______ is the ability of a variable name to represent,during program execution,instances of different but related classes that descend from a common superclass.
A) Inheritance
B) Containment
C) Polymorphism
D) Encapsulation
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q43: When is a method in a subclass
Q44: Is it legal for a subclass of
Q45: A base class is a class that
Q46: A subclass cannot add new members to
Q47: Java packages provide a way to group
Q49: Which of the following is NOT true
Q50: Which of the following is true about
Q51: A package and the directory that contains
Q52: Name 3 important operations that an iterator
Q53: The class which inherits the members of