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
Q26: Look at the following code. Which line
Q28: In an interface all methods have:<br>A) private
Q31: Look at the following code: Line 1
Q31: Given the following code which of the
Q33: Look at the following code.What is missing
Q38: In a class hierachy<br>A) the more general
Q39: What is wrong with the following code?
Q45: If a class contains an abstract method:<br>A)
Q48: Which of the following statements correctly specifies
Q65: If a superclass does not have a