Which Among The Following Is True #1067
Which among the following is true?
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.
Which among the following is true?
If catch block of base class is written first, it is compile time error
If catch block of base class is written first, it is run time error
If catch block of base class is written first, derived class catch block can’t be reached
If catch block of base class is written first, only derived class catch block is executed