Multiple Choice
Inheritance is the process by which a new class - known as a _________ - is created from another class,called the _____________.
A) base class,derived class
B) derived class,base class
C) inherited class,base class
D) base class,inherited class
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: What does the instanceof operator do?
Q8: What is package access?
Q12: Create a test driver to test the
Q14: What is an "is a" relationship? How
Q28: An instance variable or method)that is private
Q28: A method or instance variable modified by
Q30: The equals method for a class should
Q30: Create a class to represent a Rectangle.Your
Q37: The special syntax for invoking a constructor
Q40: Explain how parent and child classes are