Question Detail When a structure refers to itself, it is known as ? encapsulated structurenested structurerecursive structureself-referential structure Answer: Option D Similar Questions : 1. Constructors has return type void ? TrueFalse Answer: Option A 2. 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 3. Operator overloading is ? giving new meaning to existing c++ operatorsmaking c++ operators work with objectsgiving c++ operators more than they can handlemaking new c++ operators Answer: Option A 4. Which of following valid option will not return a value in c++ ? freevoidemptynull Answer: Option B 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