Question Detail When a structure refers to itself, it is known as ? encapsulated structurenested structurerecursive structureself-referential structure Answer: Option D Similar Questions : 1. When a structure refers to itself, it is known as ? encapsulated structurenested structurerecursive structureself-referential structure Answer: Option D 2. Which among following is correct way of declaring object of a class ? Classname Objectname;Class Classname Objectname;Class Classname Object Objectname;Classname Object Objectname; Answer: Option A 3. C++ is a ? Procedural programming languageStructural programming languageLow level languageObject oriented programming language Answer: Option D 4. An explicitly defined destructor function may be virtualmay not be virtualwill always be virtualwill never be virtual Answer: Option A 5. Which of the following keywords are used to control access to a class member ? protectedswitchgotofor Answer: Option A Read more from - C++ Programming Questions Answers - Set 2