Which Among The Following Is True For Class Exceptions #1065
Which among the following is true for class 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.
Which among the following is true for class exceptions?
Only base class can give rise to exceptions
Only derived class can give rise to exceptions
Either base class or derived class may produce exceptions
Both base class and derived class may produce exceptions