Multiple Choice
Which of the following is true of polymorphism?
A) It simplifies the processing of various elements in the same class hierarchy.
B) To use polymorphism, the classes must be in a different hierarchy.
C) In Greek, the term means "many changes."
D) All of these are correct.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q27: When class B inherits from class A:<br>A)
Q28: Which of the following cannot be an
Q29: If a class has an abstract method,
Q30: Some OOP developers call a subclass the
Q31: Typically, an abstract class is a class
Q33: A method in a subclass overriding a
Q34: Which of the following are not inherited
Q35: Abstract methods can be overridden.
Q36: An interface can contain one or more
Q37: The extends keyword specifies that the subclass