Home » C++ Programming » Exception Handling » Question
  1. How do define the user-defined exceptions?
    1. inheriting class functionality
    2. inheriting and overriding exception class functionality
    3. overriding class functioality
    4. All of above
    5. None of these
Correct Option: B

inheriting and overriding exception class functionality



Your comments will be displayed only after manual approval.