1.

What are the different types of exceptions?(a) 1(b) 2(c) 3(d) 4I had been asked this question in exam.I'm obligated to ask this question of Exception Handling in portion Derived Classes, Templates & Exception Handling in C++ of C++

Answer»

The correct answer is (B) 2

Explanation: There are two TYPES of exceptions: Synchronous and asynchronous exceptions. Synchronous exceptions that are caused by the event which can be controlled by the program WHEREAS Asynchronous exceptions are those which are BEYOND the control of the program.



Discussion

No Comment Found

Related InterviewSolutions