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
Q18: A method or instance variable modified by
Q19: The class _ is an ancestor class
Q20: The keyword extends indicates:<br>A)encapsulation<br>B)polymorphism<br>C)inheritance<br>D)none of the above
Q21: A constructor for a derived class begins
Q22: Create a test driver to test the
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
Q27: A base class is synonymous with a:<br>A)Child
Q28: An instance variable or method)that is private