Question Detail The objects can directly access ? Public membersPrivate membersBoth of aboveNone of above Answer: Option A Ad Similar Questions : 1. What is default visibility mode for members of classes in C++ ? PrivatePublic ProtectedDepends Answer: Option A 2. An explicitly defined destructor function may be virtualmay not be virtualwill always be virtualwill never be virtual Answer: Option A 3. << operator is ? stream extraction operatorstream insertion operatorleft shift operatorright shift operator Answer: Option B 4. Which of the following keywords are used to control access to a class member ? protectedswitchgotofor Answer: Option A 5. Destructors are called ? not definedin any orderin the reverse order of constructor callsin the same order of constructor calls Answer: Option C Read more from - C++ Programming Questions Answers - Set 2