Multiple Choice
If the following function will throw a string exception, then
Void myFunction ) ;
A) the function definition and declaration should have a throw list
B) the function definition, but not the declaration should have a throw list
C) the function should have an empty throw list.
D) all of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q11: The catch block is also known as
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
Q17: If you have a function that might
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