Question Detail && means ? Logical ORBitwise ORLogical ANDBitwise AND Answer: Option C Similar Questions : 1. Even if we define a function in a class, then also we need to declare it first. TrueFalse Answer: Option BExplanation:If we define a function in a class, then also we do not need to declare it first. 2. 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 3. The objects can directly access ? Public membersPrivate membersBoth of aboveNone of above Answer: Option A 4. What is default visibility mode for members of classes in C++ ? PrivatePublic ProtectedDepends Answer: Option A 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