Question Detail The function used to define the task assigned to an operator is ? Virtual functionStatic functionOperator functionFriend function Answer: Option C Ad Similar Questions : 1. The major goal of inheritance in C++ is ? To facilitate the reusability of codeTo help modular programmingTo facilitate the conversion of data typesTo extend the capabilities of a class Answer: Option A 2. When a structure refers to itself, it is known as ? encapsulated structurenested structurerecursive structureself-referential structure Answer: Option D 3. Queues are based on ? LIFOFIFOLILOFILO Answer: Option B 4. The process of deriving a class from another derived class is known as ? single inheritancedual inheritancemultiple inheritancemultilevel inheritance Answer: Option D 5. Inheritance is transitive in nature. TrueFalse Answer: Option A Read more from - C++ Programming Questions Answers - Set 2