Let's test your knowledge. Click the correct answer from the options.
Which of the following statements is false about creating custom exceptions in C++?
Click the option that best answers the question.
- Custom exceptions offer more flexibility over standard exceptions.
- We can create custom exceptions by deriving a new class from the base class std::exception.
- We cannot override the what method in our custom exception class.
- Different actions can be taken for different types of exception events with custom exceptions.