Multiple Choice
If class A is derived from class B, and a virtual function in class B throws an exception, then the overridden version of that function in class A must
A) not throw any exceptions
B) have an exception specification that is a subset of the exception specification of the base class B
C) not throw any exceptions that the function in class B might throw
D) all of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q8: Functions that might throw an exception must
Q9: When a throw statement is executed,<br>A) execution
Q10: Which of the following is not a
Q11: The catch block is also known as
Q12: The following catch block catches all _
Q14: If the following function throws an unhandled
Q15: A throw statement passes which type of
Q16: If the following function will throw a
Q17: If you have a function that might
Q18: When an unusual situation or error occurs,