Question Detail 78. If new operator is used, then the constructor function is ? Copy constructorDefault constructorStatic constructorDynamic constructor Answer: Option D Similar Questions : 1. Enumerators are stored by the compiler in ? stringintegerfloatany of above Answer: Option B 2. Can we define array of classes in c++ ? YesNo Answer: Option A 3. When one class inherits from the base class, then the original class is called ? derived classbase classsub classbasic class Answer: Option B 4. 78. If new operator is used, then the constructor function is ? Copy constructorDefault constructorStatic constructorDynamic constructor Answer: Option D 5. When a derived class inherits from many base classes, this process is known as ? multiple inheritancemultilevel inheritancedefault inheritancemultiplex inheritance Answer: Option A Read more from - C++ Programming Questions Answers - Set 2