The Catching Of Base Class Exception In Java #1068
The catching of base class exception ___________________________ in java.
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.
The catching of base class exception ___________________________ in java.
After derived class is not allowed by compiler
Before derived class is not allowed by compiler
Before derived class is allowed
After derived class can’t be done