Objects and Classes - Programming

Q1:

Which of the following can access private data members or member functions of a class?

A Any function in the program.

B All global functions in the program.

C Any member function of that class.

D Only public member functions of that class.

ANS:C - Any member function of that class.

No answer description is available. Let's discuss.