Solved

Select the False Statement Regarding Exceptions

Question 19

Multiple Choice

Select the false statement regarding exceptions.


A) The C++ standard has a hierarchy of exception classes.
B) All exception classes are accessible via <exception>.
C) Several classes derive from class exception.
D) The what function can be overridden in each class derived from exception.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions