If Catching Of Base Class Exception Is Done Before Derived #1069
If catching of base class exception is done before derived class in C++ ________________
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.
If catching of base class exception is done before derived class in C++ ________________
It gives compile time error
It doesn’t run the program
It may give warning but not error
It always gives compile time error