Multiple Choice
When a subclass is created,processing proceeds as if
A) the subclass was itself a base class.
B) a call to the constructor of the base class were the first statement in the constructor for the subclass.
C) the subclass was the class at the top of the class hierarchy.
D) a call to the subclass's constructor had already occurred.
Correct Answer:

Verified
Correct Answer:
Verified
Q8: A method in a subclass can invoke
Q9: Which of the following people was not
Q10: Structured programming control structures do not apply
Q11: Inheritance is<br>A)a mechanism that uses generalization/specialization relationships.<br>B)a
Q12: A subclass can contain a new design
Q14: Developers often use inheritance to simplify and
Q15: A base class may also be called
Q16: What is another name for an "is-a"relationship?<br>A)composition<br>B)abstraction<br>C)generalization/specialization<br>D)kind-of/example
Q17: Classes that are not abstract classes are
Q18: Another name for a subclass is a(n)<br>A)described