Which Is The Necessary Condition To Define The Base And Derived #1077
Which is the necessary condition to define the base and derived class catch blocks?
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.2.
Which is the necessary condition to define the base and derived class catch blocks?
Base class catch should be defined first
Derived class catch should be defined first
Catch block for both the classes must not be defined
Catch block must be defined inside main function