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. Which operators can not be overloaded ? Binary operatorTernary operatorUnary operatorAll can be overloaded Answer: Option B 2. Inheritance is referred to as “is a” relationship"have a" relationshipboth of abovenone of above Answer: Option A 3. Size of a char is ? 1234 Answer: Option A 4. A variable is defined within a block in a body of a function. Which of the following are true ? It is visible from the point of definition to the end of the program.It is visible throughout the function.It is visible from the point of definition to the end of the block.It is visible throughout the block. Answer: Option B 5. We can do constructor overloading in C++ ? TrueFalse Answer: Option BExplanation:constructor overloading can be done in C++. Read more from - C++ Programming Questions Answers - Set 2