Object Oriented Programming Using C Plus Plus - Study Mode
[#326] If an integer 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) int
[#327] The highest level of cohesion is
Correct Answer
(A) functional cohesion
[#328] You separate a derived class name from its access specifier with
Correct Answer
(C) at least one space
[#329] The last statement in a function is often a(n) _____
Correct Answer
(A) return
[#330] When the function int someFunction(char c) throw( ) is executed, _____
Correct Answer
(D) it may not throw anything