True/False
A polymorphic reference variable can refer to either an object of its own class or an object of the subclasses inherited from its class.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q32: Inheritance is an example of what type
Q33: Consider the following class definitions. public class
Q34: Which operator is used to determine if
Q35: Composition is also called _.<br>A) inheritance<br>B) aggregation<br>C)
Q36: Suppose there are three classes named Shape,
Q38: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB8472/.jpg" alt=" -Based on the
Q39: A subclass cannot directly access public members
Q40: In Java, you can automatically make a
Q41: In the scenario described in the accompanying
Q42: Composition is a "has-a" relationship.