Home / C++ Programming / Objects and Classes :: Discussion

Discussion :: Objects and Classes

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

  2. 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.

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment