Question Detail How we can access data members using objects ? object@datamemberobject*datamemberobject->datamemberobject.datamember Answer: Option D Similar Questions : 1. Data members and member functions are enclosed within ? unionstructureclassarray Answer: Option C 2. Which of the following keywords are used to control access to a class member ? protectedswitchgotofor Answer: Option A 3. Stacks are based on ? FIFOLIFOFILOAll of above Answer: Option B 4. && means ? Logical ORBitwise ORLogical ANDBitwise AND Answer: Option C 5. The private data members of a class are accessible ? Directly to objects of that classTo any function defined outside a classOnly to the member functionsOnly using keyword static Answer: Option C Read more from - C++ Programming Questions Answers - Set 2