Question Detail When one class inherits from the base class, then the original class is called ? derived classbase classsub classbasic class Answer: Option B Similar Questions : 1. Enumerators are stored by the compiler in ? stringintegerfloatany of above Answer: Option B 2. 66. A constructor function is generally defined In the private section of a classIn the public section of a classIn the protected section of a classNone of the above Answer: Option B 3. Inheritance is transitive in nature. TrueFalse Answer: Option A 4. Which among following is correct way of declaring object of a class ? Classname Objectname;Class Classname Objectname;Class Classname Object Objectname;Classname Object Objectname; Answer: Option A 5. Which of the following cannot be passed to a function ? ArrayReference variableObjectFile Answer: Option D Read more from - C++ Programming Questions Answers - Set 2