Multiple Choice
Inheritance should only be used when a(n) ______ relationship exists between the superclass and the subclass.
A) is-a
B) has-a
C) has-many
D) similar-to
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: _ enables the reuse of existing classes.<br>A)Encapsulation<br>B)Inheritance<br>C)Polymorphism<br>D)Simulation
Q3: A subclass inherits all of the following
Q4: A Java _ specifies behaviors that are
Q5: If a method definition in a superclass
Q6: What is meant by object type compatibility?
Q8: A package cannot contain other packages.
Q9: A superclass method can be accessed by
Q10: What is method overloading?
Q11: Name two things that an abstract class
Q12: The keyword _ is used in the