Multiple Choice
The keyword extends indicates:
A) encapsulation
B) polymorphism
C) inheritance
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: Inheritance promotes code _.<br>A)reinvention<br>B)reuse<br>C)repeats<br>D)all of the above
Q16: Explain the difference between method overloading and
Q17: If an instance variable is not modified
Q18: A method or instance variable modified by
Q19: The class _ is an ancestor class
Q21: A constructor for a derived class begins
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.