Multiple Choice
Inheritance is
A) a mechanism that uses generalization/specialization relationships.
B) a mechanism for relating classes and objects.
C) a relationship that establishes levels in a class hierarchy.
D) a mechanism to share identifications and descriptions.
Correct Answer:

Verified
Correct Answer:
Verified
Q6: A single driver program may instantiate two
Q7: A single method can return values that
Q8: A method in a subclass can invoke
Q9: Which of the following people was not
Q10: Structured programming control structures do not apply
Q12: A subclass can contain a new design
Q13: When a subclass is created,processing proceeds as
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