6. The best-written classes have
A. all functions private
B. all data public
C. no functions
D. None of the above
Advertisement
7. Making class members inaccessible to nonmember functions is an example of
A. polymorphism
B. data hiding
C. redundancy
D. recursion
Advertisement
8. Providing two or more constructors for the same class _____
A. requires different argument lists
B. requires different constructor names
C. requires different constructor types
D. is illegal
Advertisement
9. 3 is a _____ constant
A. character literal
B. named literal
C. numeric literal
D. string literal
Advertisement
10. _____ variables remain in memory until the statement block ends
A. Area
B. Global
C. Local
D. Reference
E. Value
Advertisement
< PREVIOUS POSTObject Oriented Programming Using C++ - Section 5