How to handle error in the destructor?

Correct Answer: terminate

Explanation:

It will not throw an exception from the destructor but it will the process by using terminate() function.


Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion