Question Detail The objects can directly access ? Public membersPrivate membersBoth of aboveNone of above Answer: Option A Similar Questions : 1. Enumerator will allocate the memory when its variables are defined. TrueFalse Answer: Option A 2. The antonym of constructor is ? CreatorDistinctDestroyerDestructor Answer: Option D 3. 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 4. Which of following valid option will not return a value in c++ ? freevoidemptynull Answer: Option B 5. & operator is ? address operatorindirection operatorlogical andlogical or Answer: Option A Read more from - C++ Programming Questions Answers - Set 2