Multiple Choice
Which of these is correct?
A) a base class is a parent class or super class
B) a base class is a child class or derived class
C) a child class is a super class of its parent
D) a parent class is a subclass of its child
E) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q47: You may use the super reserved word
Q47: Interface classes cannot be extended but classes
Q48: Java doesn't support multiple inheritance; but it
Q49: An Applet implements MouseMotionListener. Write the mouseMoved
Q50: What is the advantage of using an
Q51: Consider a class Plane and three subclasses,
Q53: For the questions below, assume that Poodle
Q54: A mouse event is generated by<br>A) moving
Q55: In order to implement the MouseListener interface,
Q57: For the questions below, consider the following