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

Discussion :: Object Oriented Programming Using C++

  1. A member function uses the correct object when you call it because

  2. A.
    a copy of the object is passed to the function
    B.
    the address of the object is passed to the function
    C.
    the address of the function is passed to another function
    D.
    the address of the object is returned from the function

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment