1.

If both base and derived class caught exceptions ______________

A. Then catch block of derived class must be defined before base class
B. Then catch block of base class must be defined before the derived class
C. Then catch block of base and derived classes doesn’t matter
D. Then catch block of base and derived classes are not mandatory to be defined
Answer» B. Then catch block of base class must be defined before the derived class


Discussion

No Comment Found