Discussion :: Object Oriented Programming Using C++
-
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
|
Answer : Option C
Explanation :
No answer description available for this question.
Be The First To Comment