Question Detail Which operators can not be overloaded ? Binary operatorTernary operatorUnary operatorAll can be overloaded Answer: Option B Similar Questions : 1. Inheritance is transitive in nature. TrueFalse Answer: Option A 2. What is object in C++ ? Object is part of syntax of a class.Object is datatype of a class.Object is an instance of a class.Object is function of a class. Answer: Option C 3. 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 4. Size of a char is ? 1234 Answer: Option A 5. The objects can directly access ? Public membersPrivate membersBoth of aboveNone of above Answer: Option A Read more from - C++ Programming Questions Answers - Set 2