Multiple Choice
If you have a function that might throw an exception and some programs that use that function might want to handle that exception differently, you should
A) not catch the exception in the function
B) throw an integer exception
C) never throw an exception in this function
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q12: The following catch block catches all _
Q13: If class A is derived from class
Q14: If the following function throws an unhandled
Q15: A throw statement passes which type of
Q16: If the following function will throw a
Q18: When an unusual situation or error occurs,
Q19: The catch block<br>catch ...)<br>is known as the
Q20: C++ signals an error or unusual situation
Q21: The parameter in the catch statement<br>A) identifies
Q22: If a function throws an exception,<br>A) it