MCQ Practice

The program can access the private members of a class

A

directly

B

only through other private members of the class

C

only through other public members of the class

D

None of the above - the program cannot access the private members of a class in any way

Correct Answer: C