Multiple Choice
A derived class is also called a
A) sub class
B) super class
C) base class
D) all of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Inheritance refers to a very specialized form
Q5: The keyword extends indicates polymorphism.
Q22: The Object class contains the method:<br>A)getClass()<br>B)toString()<br>C)equals()<br>D)all of
Q25: Explain the modifiers public,protected and private.
Q26: A base class is synonymous with a:<br>A)Child
Q28: A method or instance variable modified by
Q34: A derived class is a class defined
Q39: The call to the base class constructor
Q40: Explain how parent and child classes are
Q42: A derived class contains only public instance