Question

Q1: 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.

Answer

This answer is hidden. It contains 55 characters.