Multiple Choice
Which of the following is not possible?
A) A class that implements two interfaces.
B) A class that inherits from two classes.
C) A class that inherits from one class, and implements an interface.
D) All of the above are possible.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q17: If the superclass contains only abstract method
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
Q23: Which of the following could be used