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. Destructors are called ? not definedin any orderin the reverse order of constructor callsin the same order of constructor calls Answer: Option C 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. Classes that can be used to instantiate objects are called concrete classes. TrueFalse Answer: Option A 4. What is default visibility mode for members of classes in C++ ? PrivatePublic ProtectedDepends Answer: Option A 5. Data members and member functions are enclosed within ? unionstructureclassarray Answer: Option C Read more from - C++ Programming Questions Answers - Set 2