Question Detail Which operators can not be overloaded ? Binary operatorTernary operatorUnary operatorAll can be overloaded Answer: Option B Similar Questions : 1. << operator is ? stream extraction operatorstream insertion operatorleft shift operatorright shift operator Answer: Option B 2. && means ? Logical ORBitwise ORLogical ANDBitwise AND Answer: Option C 3. 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 4. What among following is a generic class ? Function TemplateClass TemplateInherited TemplateNone of above Answer: Option B 5. Explicit call to a constructor means ? Not providing the construction name at allIs the shorthand methodProviding the constructor name explicitly to invoke itProviding the constructor name implicitly to invoke it Answer: Option C Read more from - C++ Programming Questions Answers - Set 2