Question

Which statement about exception handling is false?
a. Call the exception object's what member function to get the error message that's stored in the exception object.
b. Bounds checking is performed at execution time with vector member function at, and if a subscript is within the bounds of the array, the member function throws an out_of_bounds exception.
c. The catch block contains the code that handles an exception if one occurs.
d. None of the above statements in false.

Answer

This answer is hidden. It contains 201 characters.