True/False
Any instance of a subclass can be used in a program anywhere that an instance of the superclass can be used.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q27: What are the three types of operations
Q28: Object-oriented programming views a program as _.<br>A)a
Q29: What is information hiding?
Q30: In the following list: John,Kate,Fred,Mark,Jon,Adam,Drew<br>Which element is
Q31: What is a superclass?
Q33: All constructors in Java have a return
Q34: A(n)_ can be used to precisely specify
Q35: Encapsulation combines an ADT's data with its
Q36: The specifications of an ADT's operations indicate
Q37: The _ keyword is used to call