If data members are private, what can we do to access them from the class object?
- Create public member functions to access those data members
- Create private member functions to access those data members
- Create protected member functions to access those data members
- Private data members can never be accessed from outside the class
(a).Create public member functions to access those data members
need an explanation for this answer? contact us directly to get an explanation for this answer