Question Detail Enumerator will allocate the memory when its variables are defined. TrueFalse Answer: Option A Similar Questions : 1. Which of the following cannot be passed to a function ? ArrayReference variableObjectFile Answer: Option D 2. The derived class constructor never passes any values to base class constructorcan pass arguments only to one base class constructor functionis responsible for passing the entire test of arguments needed by base class constructorsnone of above Answer: Option C 3. We can do constructor overloading in C++ ? TrueFalse Answer: Option BExplanation:constructor overloading can be done in C++. 4. What is true about Constructor ? Its name is plural of class name.Its name has * symbol before it.Its name is same as of class name.Its name has # symbol before it. Answer: Option C 5. Which among following is not a valid visibility mode in c++ program ? PrivatePublicProtectedLimited Answer: Option D Read more from - C++ Programming Questions Answers - Set 2