Object Oriented Programming Using C Plus Plus - Study Mode

[#126] Using new may result in less _____ memory than using an array
Correct Answer

(A) wasted

[#127] The most common operation used in constructors is
Correct Answer

(C) assignment

[#128] In a simple 'if' statement with no 'else'. What happens if the condition following the 'if is false?
Correct Answer

(C) control 'falls through' to the statement following 'if

[#129] If two types of errors may be thrown, you should write _______
Correct Answer

(D) two catch blocks with one argument each

[#130] The name of a function ends with
Correct Answer

(C) parenthesis