Object Oriented Programming Using C Plus Plus - Study Mode
[#156] If you wanted to sort many large objects or structures, it would be most efficient to
Correct Answer
(B) place pointers to them in an array and sort the array
[#157] The printer can be accessed using the predefined filename _____
Correct Answer
(D) PRN, LPT1, etc
[#158] The best functions have _____
Correct Answer
(B) high cohesion and loose coupling
[#159] One of the valid escape sequences used in the C language is
Correct Answer
z
[#160] A default constructor
Correct Answer
(C) either (a) or (b)