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. What is default visibility mode for members of classes in C++ ? PrivatePublic ProtectedDepends Answer: Option A 2. Data members and member functions are enclosed within ? unionstructureclassarray Answer: Option C 3. When one class inherits from the base class, then the original class is called ? derived classbase classsub classbasic class Answer: Option B 4. The function used to define the task assigned to an operator is ? Virtual functionStatic functionOperator functionFriend function Answer: Option C 5. The process of deriving a class from another derived class is known as ? single inheritancedual inheritancemultiple inheritancemultilevel inheritance Answer: Option D Read more from - C++ Programming Questions Answers - Set 2