Multiple Choice
Inheritance is also known as the
A) knows-a relationship.
B) has-a relationship.
C) uses-a relationship.
D) is-a relationship.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: When overriding a superclass method and calling
Q5: Private fields of a superclass can be
Q6: An advantage of inheritance is that:<br>A) All
Q7: Using the protected keyword also gives a
Q8: Which superclass members are inherited by all
Q10: Which statement is true when a superclass
Q11: The default implementation of method clone of
Q12: To avoid duplicating code, use _, rather
Q13: Which of the following is the superclass
Q14: Which of the following is not a