Which Among The Following Is True #1076
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.2.
Which among the following is true?
Only the base class catch blocks are important
Only the derived class catch blocks are important
Both the base and derived class catch blocks are important
If base and derived classes both produce exceptions, program doesn’t run