Object Oriented Programming Using C Plus Plus - Study Mode

[#211] The main difference in operation between an 'if statement and a 'while' statement is
Correct Answer

(B) the body of the 'while' statement may be executed many times, the body of the 'if statements only once

[#212] If a class object is thrown with a throw statement, then a subsequent catch block has a usable match if the type of the catch argument is_________
Correct Answer

(A) a parent class of the thrown class

[#213] The weakest form of cohesion is
Correct Answer

(A) coincidental

[#214] The 'continue' statement is used to
Correct Answer

permit two different expressions to appear in situations where only one expression would ordinarily be used

[#215] The 'break' statement is used to exist from
Correct Answer

(D) All of the above