Question
a.
Then catch block of derived class must be defined before base class
b.
Then catch block of base class must be defined before the derived class
c.
Then catch block of base and derived classes doesn’t matter
d.
Then catch block of base and derived classes are not mandatory to be defined
Posted under Object Oriented Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. If both base and derived class caught exceptions ______________
Similar Questions
Discover Related MCQs
Q. The catching of base class exception ___________________________ in java.
View solution
Q. If catching of base class exception is done before derived class in C++ ________________
View solution
Q. How many catch blocks can a class have?
View solution
Q. Since which version of java is multiple exception catch was made possible?
View solution
Q. To catch more than one exception in one catch block, how are the exceptions separated in the syntax?
View solution
Q. If a catch block accepts more than one exceptions then __________________
View solution
Q. Which among the following handles the undefined class in program?
View solution
Q. If classes produce some exceptions, then ______________________
View solution
Q. Which among the following is true?
View solution
Q. Which is the necessary condition to define the base and derived class catch blocks?
View solution
Q. Only the base class catch box can handle more than one exception in single block.
View solution
Q. Which condition among the following might result in memory exception?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Object Oriented Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!