Page 1 of 1

Where should we place catch block of the derived class in a try-catch block?

Posted: Wed Jul 13, 2022 7:52 pm
by answerhappygod
a) Before the catch block of Base class
b) After the catch block of Base class
c) Anywhere in the sequence of catch blocks
d) After all the catch blocks