Multiple Choice
Which of the following is not a superclass/subclass relationship?
A) Ford/Taurus.
B) University/Boston University.
C) Sailboat/Tugboat.
D) Country/USA.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: When a subclass constructor calls its superclass
Q3: Every class in Java, except _, extends
Q5: Private fields of a superclass can be
Q9: Inheritance is also known as the<br>A) knows-a
Q10: Which statement is true when a superclass
Q12: To avoid duplicating code,use _,rather than _.<br>A)inheritance,the
Q13: Which of the following is the superclass
Q14: Which method changes the text the label
Q14: Using the protected keyword gives a member:<br>A)public
Q15: Which of the following statements is (are)true?