Q)

A) Any function in the program.

B) Any member function of that class.

C) All global functions in the program.

D) Only public member functions of that class.

Correct Answer: Any member function of that class.
Explanation: In C++, Any member function of that class can access private data members or member functions of a class.