Multiple Choice
Classes can create new classes from existing classes.This important feature ____.
A) encourages code reuse
B) aids the separation of data and operations
C) provides public access to the internal state of an object
D) results in more software complexity
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: The _ members of an object form
Q14: C++ provides _ functions as a means
Q15: In OOD, a program is a collection
Q16: A derived class cannot directly access public
Q17: Existing classes, from which you create new
Q19: _ is the ability to combine data,
Q20: Consider the following class definitions:Which of
Q21: Which of the following is a
Q22: Consider the following class definitions:Which of the
Q23: Inheritance is an example of a(n) _