Question 4
Answer saved
If data members are private, what can we do to access them from the class object?
Flag
question
a. Create protected member functions to access those data members
b. Create private member functions to access those data members
Create public member functions to access those data members
d. Private data members can never be accessed from outside the class
Clear my choice