If Both Base And Derived Class Caught Exceptions #1066
If both base and derived class caught exceptions ______________
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Exception Handling & Static Class Members - OOPs MCQ: Catching Class Types - Quiz No.1.
If both base and derived class caught exceptions ______________
Then catch block of derived class must be defined before base class
Then catch block of base class must be defined before the derived class
Then catch block of base and derived classes doesn’t matter
Then catch block of base and derived classes are not mandatory to be defined