Multiple Choice
In the following statement, which is the interface? public class ClassA extends ClassB implements ClassC
A) ClassA
B) ClassB
C) ClassC
D) all are interfaces
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: Because the subclass is more specialized than
Q18: A protected member of a class may
Q19: Inheritance involves a subclass, which is the
Q20: Which of the following is the operator
Q21: In the following code, which line will
Q23: Because every class directly or indirectly inherits
Q24: Which of the following statements declares Salaried
Q25: All methods specified by an interface are
Q26: If a subclass constructor does not explicitly
Q27: In an inheritance relationship, the subclass constructor