Multiple Choice
Inheritance is an example of what type of relationship?
A) is-a
B) has-a
C) was-a
D) had-a
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: If a class implements an interface, it
Q14: If class Dog has a subclass Retriever,
Q28: Java uses late binding for methods that
Q39: A subclass cannot directly access public members
Q42: Which operator is used to determine if
Q42: Composition is a "has-a" relationship.
Q44: Based on the diagram in the accompanying
Q46: The classes Reader and Writer are derived
Q49: Composition is also called _.<br>A) inheritance<br>B) aggregation<br>C)
Q50: Any new class you create from an