Question Detail What is data hiding ? It is related with hiding internal object detailsIt is related with showing internal object detailsIt is related with datatypesNone of above Answer: Option A Similar Questions : 1. How we can access data members using objects ? object@datamemberobject*datamemberobject->datamemberobject.datamember Answer: Option D 2. Stacks are based on ? FIFOLIFOFILOAll of above Answer: Option B 3. Inheritance is transitive in nature. TrueFalse Answer: Option A 4. When a structure refers to itself, it is known as ? encapsulated structurenested structurerecursive structureself-referential structure Answer: Option D 5. Which variables cannot be declared ? structurepointerclassvoid Answer: Option D Read more from - C++ Programming Questions Answers - Set 2