Question Detail How we can access data members using objects ? object@datamemberobject*datamemberobject->datamemberobject.datamember Answer: Option D Similar Questions : 1. The derived class constructor never passes any values to base class constructorcan pass arguments only to one base class constructor functionis responsible for passing the entire test of arguments needed by base class constructorsnone of above Answer: Option C 2. What is true about Constructor ? Its name is plural of class name.Its name has * symbol before it.Its name is same as of class name.Its name has # symbol before it. Answer: Option C 3. Size of a char is ? 1234 Answer: Option A 4. The default visibility mode while inheriting is ? publicprotectedprivatemay be any of above Answer: Option C 5. Which among following is not a valid visibility mode in c++ program ? PrivatePublicProtectedLimited Answer: Option D Read more from - C++ Programming Questions Answers - Set 2