Question 1
If an object is an instance of class A, and class A is a subclass of class B, then the object is also an instance of class B.
◦ true
◦ false
Question 2
The set of all instances of a subclass is a subset of the instances of its superclass.
◦ true
◦ false