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
Q11: A subclass can directly access _.<br>A) only
Q12: When an "is a" relationship exists between
Q13: In a class hierarchy _.<br>A) the more
Q14: _ is a special type of expression
Q15: When a subclass overloads a superclass method
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