Question Detail The function used to define the task assigned to an operator is ? Virtual functionStatic functionOperator functionFriend function Answer: Option C Similar Questions : 1. When a structure refers to itself, it is known as ? encapsulated structurenested structurerecursive structureself-referential structure Answer: Option D 2. 37. Which of the following statements is false ? Using typedef does not replace the standard C++ data type name with the new nameThe new name defined by typedef, can be used as a type for another typedeftypedef defines new data typesNone of the above Answer: Option C 3. How we can define member function outside the class ? Using unionUsing structureUsing pointersUsing scope resolution Answer: Option D 4. What is object in C++ ? Object is part of syntax of a class.Object is datatype of a class.Object is an instance of a class.Object is function of a class. Answer: Option C 5. The objects can directly access ? Public membersPrivate membersBoth of aboveNone of above Answer: Option A Read more from - C++ Programming Questions Answers - Set 2