Question Detail Enumerator will allocate the memory when its variables are defined. TrueFalse Answer: Option A Similar Questions : 1. Only one copy of the class is inherited, when it is defined as ? virtualpublicstaticprivate Answer: Option A 2. How we can define member function outside the class ? Using unionUsing structureUsing pointersUsing scope resolution Answer: Option D 3. The symbol ** __ . can be overloaded by changing its datatype.cannot be overloaded, as on overloading its meaning shall be changed.can be overloaded.cannot be overloaded as it is not a C++ operator. Answer: Option D 4. The antonym of constructor is ? CreatorDistinctDestroyerDestructor Answer: Option D 5. The private data members of a class are accessible ? Directly to objects of that classTo any function defined outside a classOnly to the member functionsOnly using keyword static Answer: Option C Read more from - C++ Programming Questions Answers - Set 2