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. Destructors are called ? not definedin any orderin the reverse order of constructor callsin the same order of constructor calls Answer: Option C 2. The members of a class are ? b) by default are private c) are made private by declaring as private d) none of the above] have no visibility by defaultpublic by defaultprivate by defaultprotected by default Answer: Option C 3. & operator is ? address operatorindirection operatorlogical andlogical or Answer: Option A 4. Stacks are based on ? FIFOLIFOFILOAll of above Answer: Option B 5. 66. A constructor function is generally defined In the private section of a classIn the public section of a classIn the protected section of a classNone of the above Answer: Option B Read more from - C++ Programming Questions Answers - Set 2