Question Detail The objects can directly access ? Public membersPrivate membersBoth of aboveNone of above Answer: Option A Similar Questions : 1. Enumerators are stored by the compiler in ? stringintegerfloatany of above Answer: Option B 2. The function used to define the task assigned to an operator is ? Virtual functionStatic functionOperator functionFriend function Answer: Option C 3. 66. A constructor function is generally defined In the private section of a classIn the public section of a classIn the protected section of a classNone of the above Answer: Option B 4. Constructors has return type void ? TrueFalse Answer: Option A 5. Only one copy of the class is inherited, when it is defined as ? virtualpublicstaticprivate Answer: Option A Read more from - C++ Programming Questions Answers - Set 2