Object Oriented MCQ Set 1 1. Which among the following is true for class exceptions? a) Only base class can give rise to exceptions b) Only derived class can give rise to exceptions c) Either base class or derived class may produce exceptions d) Both base class and derived class may produce exceptions AnswerAnswer: d…