Question Detail 78. If new operator is used, then the constructor function is ? Copy constructorDefault constructorStatic constructorDynamic constructor Answer: Option D Similar Questions : 1. The function used to define the task assigned to an operator is ? Virtual functionStatic functionOperator functionFriend function Answer: Option C 2. Data members and member functions are enclosed within ? unionstructureclassarray Answer: Option C 3. Which among following is correct way of declaring object of a class ? Classname Objectname;Class Classname Objectname;Class Classname Object Objectname;Classname Object Objectname; Answer: Option A 4. Can we define array of classes in c++ ? YesNo Answer: Option A 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