Multiple Choice
A base class is synonymous with a:
A) Child class
B) Parent class
C) Derived class
D) Sub class
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: Create a test driver to test the
Q23: Inheritance is the process by which a
Q24: Explain what a call to super)does in
Q25: Explain the modifiers public,protected and private.
Q26: If the final modifier is added to
Q28: An instance variable or method)that is private
Q29: Private methods of the base class are
Q30: Create a class to represent a Rectangle.Your
Q31: The special syntax for invoking a constructor
Q32: Overriding is when a derived class redefines