Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 10 (Q.No. 26)
26.
If an exception is thrown and no catch block matches the type of the thrown parameter, then _____
the program terminates
the first catch block is executed
the last catch block is executed
the program proceeds with the code following the catch blocks
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Bansari said:   9 years ago
If no exception is thrown.

Post your comments here:

Your comments will be displayed after verification.