Question Detail When a structure refers to itself, it is known as ? encapsulated structurenested structurerecursive structureself-referential structure Answer: Option D Ad Similar Questions : 1. The advantage of declaring a virtual function as pure is ? programs runs fasterearly binding can be achievedyou force any derived class to define its own implementationyou can avoid making the class an abstract class Answer: Option C 2. In C++ Functions can returns ? arraysreferenceobjectsall of above Answer: Option D 3. A class having no public constructors is A public protected classA public classA protected classA private class Answer: Option D 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. C++ is a ? Procedural programming languageStructural programming languageLow level languageObject oriented programming language Answer: Option D Read more from - C++ Programming Questions Answers - Set 2