Q61
What is Re-throwing an exception means in C++?
A.
An exception that is thrown again as it is not handled by that catching block
B.
An exception that is caught twice
C.
An exception that is not handled in one caught hence thrown again
D.
All of the mentioned
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board