Multiple Choice
__________ is a form of xe "code reuse"xe "software reuse"software reuse in which a new class is created quickly and easily by absorbing an existing class's members and customizing them with new or modified capabilities.
A) Interfacing
B) Inheritance
C) Encapsulating
D) Polymorphism
Correct Answer:

Verified
Correct Answer:
Verified
Q6: The MustOverride keyword has the same effect
Q7: Abstract classes are classes which may not
Q8: The class hierarchy begins with class _.<br>A)Object<br>B)Point<br>C)Root<br>D)Base
Q9: All objects of a class are guaranteed
Q10: The use of polymorphism helps promote software
Q12: Polymorphism enables you to conveniently xe "program
Q13: Which of the following properties could exist
Q14: Polymorphism involves:<br>A)the same message sent to a
Q15: Classes which may be instantiated are _
Q16: Which of the following pairs demonstrates the