How to handle the exception in constructor?
(a) We have to throw an exception
(b) We have to return the exception
(c) We have to throw an exception & return the exception
(d) We have to catch an exception
The question was asked during an online exam.
The question is from Catching Exceptions topic in division Derived Classes, Templates & Exception Handling in C++ of C++