Multiple Choice
If the superclass contains only abstract method declarations, the superclass is used for ________.
A) implementation inheritance.
B) interface inheritance.
C) Both.
D) Neither.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: Which of the following statements is false?<br>A)
Q13: Classes and methods are declared final for
Q14: Consider classes A, B and C, where
Q15: For which of the following would polymorphism
Q16: Which statement best describes the relationship between
Q18: Which of the following is not possible?<br>A)
Q19: Which of the following statements is false?<br>A)
Q20: In Java SE 7 and earlier, an
Q21: Declaring a method final means:<br>A) it will
Q22: Polymorphism enables you to:<br>A) program in the