Q. A member function can always access the data in __________, (in C++). (Solved)
1. the class of which it is member
2. the object of which it is a member
3. the public part of its class
4. the private part of its class
- a. the class of which it is member