Are you sure you're getting this? Click the correct answer from the options.
Which of the following is NOT considered a good practice in exception handling in C++?
Click the option that best answers the question.
- Using meaningful exception messages
- Using exceptions for flow control
- Cleaning up resources after exceptions
- Not ignoring exceptions