Vidyalelo
Computer Science · Q2

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 2

Q2

A default catch block catches

A.
all thrown objects
B.
no thrown objects
C.
any thrown object that has not been caught by an earlier catch block
Answer
D.
all thrown objects that have been caught by an earlier catch block

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board