1.

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

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
Answer» B. After the catch block of Base class


Discussion

No Comment Found