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. 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 2. When a derived class inherits from many base classes, this process is known as ? multiple inheritancemultilevel inheritancedefault inheritancemultiplex inheritance Answer: Option A 3. Only one copy of the class is inherited, when it is defined as ? virtualpublicstaticprivate Answer: Option A 4. The function used to define the task assigned to an operator is ? Virtual functionStatic functionOperator functionFriend function Answer: Option C 5. What is purpose of abstract class ? to provide help with database connectivity.to provide data input to other classes.to provide security to other classes.to provide an appropriate base class from which other classes can inherit. Answer: Option D Read more from - C++ Programming Questions Answers - Set 2