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

Discussion :: Object Oriented Programming Using C++

  1. The dot operator (or class member access operator) connects the following two entities (reading from left to right):

  2. A.
    a class member and a class object
    B.
    a class object and a class
    C.
    a class and a member of that class
    D.
    a class object and a member of that class

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment