Question Detail Enumerator will allocate the memory when its variables are defined. TrueFalse Answer: Option A Similar Questions : 1. When a structure refers to itself, it is known as ? encapsulated structurenested structurerecursive structureself-referential structure Answer: Option D 2. The function used to define the task assigned to an operator is ? Virtual functionStatic functionOperator functionFriend function Answer: Option C 3. Destructors are called ? not definedin any orderin the reverse order of constructor callsin the same order of constructor calls Answer: Option C 4. The major goal of inheritance in C++ is ? To facilitate the reusability of codeTo help modular programmingTo facilitate the conversion of data typesTo extend the capabilities of a class Answer: Option A 5. What is default scope for a structure ? PrivateProtectedPublicNone of aobve Answer: Option C Read more from - C++ Programming Questions Answers - Set 2