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. What among following is a generic class ? Function TemplateClass TemplateInherited TemplateNone of above Answer: Option B 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. What is actual syntax of destructor in c++ ? !Classname( )@Classname( )$Classname( )~Classname( ) Answer: Option D 4. Data members and member functions are enclosed within ? unionstructureclassarray Answer: Option C 5. 37. Which of the following statements is false ? Using typedef does not replace the standard C++ data type name with the new nameThe new name defined by typedef, can be used as a type for another typedeftypedef defines new data typesNone of the above Answer: Option C Read more from - C++ Programming Questions Answers - Set 2