Mark As Completed Discussion

Build your intuition. Click the correct answer from the options.

Which of the following is NOT a best practice in handling exceptions in C++?

Click the option that best answers the question.

  • Not ignoring any exceptions
  • Using exceptions for flow control
  • Not throwing exceptions in destructors
  • Cleaning up resources after exceptions