1.

Which is the necessary condition to define the base and derived class catch blocks?

A. Base class catch should be defined first
B. Derived class catch should be defined first
C. Catch block for both the classes must not be defined
D. Catch block must be defined inside main function
Answer» C. Catch block for both the classes must not be defined


Discussion

No Comment Found