Multiple Choice
The class ____ is the base of the classes designed to handle exceptions.
A) class
B) exception
C) logic_error
D) runtime_error
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q27: In C++, any class can be considered
Q28: Throwing an exception is typically done using
Q29: The logic_error and runtime_error classes are defined
Q30: The function _ can check whether an
Q31: A catch block can have, at most,
Q33: When an exception is thrown in a
Q34: The general syntax to rethrow an exception
Q35: If no exception is thrown in a
Q36: Which of the following classes is derived
Q37: To use the assert function in your