True/False
In Java, you can automatically make a reference variable of a subclass type point to an object of its superclass.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q35: Composition is also called _.<br>A) inheritance<br>B) aggregation<br>C)
Q36: Suppose there are three classes named Shape,
Q37: A polymorphic reference variable can refer to
Q38: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB8472/.jpg" alt=" -Based on the
Q39: A subclass cannot directly access public members
Q41: In the scenario described in the accompanying
Q42: Composition is a "has-a" relationship.
Q43: To override a public method of a
Q44: The private members of a superclass can
Q45: Any new class you create from an