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

Verified
Correct Answer:
Verified
Related Questions
Q9: Protected class members are denoted in a
Q13: An abstract class is not instantiated, but
Q14: Look at the following code.The method in
Q18: In the following code,what will the call
Q23: Protected members are<br>A) not quite private<br>B) not
Q27: In an inheritance relationship, the subclass constructor
Q39: If ClassC extends ClassB, which extends ClassA,
Q51: Look at the following code. Line 1
Q57: When declaring class data members it is
Q64: Look at the following code. Line 1