Question Detail && means ? Logical ORBitwise ORLogical ANDBitwise AND Answer: Option C Similar Questions : 1. Operator overloading is ? giving new meaning to existing c++ operatorsmaking c++ operators work with objectsgiving c++ operators more than they can handlemaking new c++ operators Answer: Option A 2. A class having no public constructors is A public protected classA public classA protected classA private class Answer: Option D 3. Inheritance is referred to as “is a” relationship"have a" relationshipboth of abovenone of above Answer: Option A 4. Enumerators are stored by the compiler in ? stringintegerfloatany of above Answer: Option B 5. 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 Read more from - C++ Programming Questions Answers - Set 2