Question Detail Which of the following cannot be passed to a function ? ArrayReference variableObjectFile Answer: Option D Similar Questions : 1. Enumerator will allocate the memory when its variables are defined. TrueFalse Answer: Option A 2. When a derived class inherits from many base classes, this process is known as ? multiple inheritancemultilevel inheritancedefault inheritancemultiplex inheritance Answer: Option A 3. What is purpose of abstract class ? to provide help with database connectivity.to provide data input to other classes.to provide security to other classes.to provide an appropriate base class from which other classes can inherit. Answer: Option D 4. We can do constructor overloading in C++ ? TrueFalse Answer: Option BExplanation:constructor overloading can be done in C++. 5. 78. If new operator is used, then the constructor function is ? Copy constructorDefault constructorStatic constructorDynamic constructor Answer: Option D Read more from - C++ Programming Questions Answers - Set 2