Object Oriented MCQ Set 1 1. Which among the following defines single level inheritance? a) One base class derives another class b) One derived class inherits from one base class c) One base class inherits from one derived class d) One derived class derives from another derived class AnswerAnswer: b [Reason:] If only one base…