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

Discussion Forum : Object Oriented Programming Using C++ - Section 10 (Q.No. 2)
2.
If a class object is thrown with a throw statement, then a subsequent catch block has a usable match if the type of the catch argument is_________
a parent class of the thrown class
a child class of the thrown class
either (a) or (b)
neither (a) nor (b)
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.