Multiple Choice
In the following statement, which is the subclass?
public class ClassA extends ClassB implements ClassC
A) ClassA
B) ClassB
C) ClassC
D) both ClassB and ClassC are subclasses
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: When a class does not use the
Q16: If a subclass constructor does not explicitly
Q17: You show inheritance in a UML diagram
Q22: In the following statement, which is the
Q23: Because every class directly or indirectly inherits
Q27: In an inheritance relationship, the subclass constructor
Q33: You can write a super statement that
Q48: All fields declared in an interface _.<br>A)
Q50: Which of the following shows the inheritance
Q51: Protected class members can be denoted in