1.

Only the base class catch box can handle more than one exception in single block.(a) True(b) FalseThis question was posed to me in exam.Origin of the question is Catching Class Types in section Exception Handling & Static Class Members of Object Oriented Programming

Answer»

Right answer is (B) False

Explanation: There is no specific condition that states that only BASE class CATCH box can handle more than one exception in single box. Even the derived class catch CLOCKS can handle more than one EXCEPTIONS.



Discussion

No Comment Found

Related InterviewSolutions