Home » C++ Programming » Exception Handling » Question
  1. How to handle the exception in constructor?
    1. Function
    2. We have to throw an exception
    3. We have to return the exception
    4. We have to throw an exception & return the exception
    5. None of these
Correct Option: B

We have to throw an exception



Your comments will be displayed only after manual approval.