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

Verified
Correct Answer:
Verified
Related Questions
Q44: In the following code, which line in
Q45: In the following code, what is missing
Q46: Which of the following is true about
Q47: An abstract class is not instantiated itself
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
Q52: If a class contains an abstract method
Q53: _ tells the Java compiler that a
Q54: A compiler error will result if an