Home / CSE / Object Oriented Programming Using C++ :: Discussion

Discussion :: Object Oriented Programming Using C++

  1. The program can access the private members of a class

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

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment