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

Discussion :: Objects and Classes

  1. Which of the following two entities (reading from Left to Right) can be connected by the dot operator?

  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