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

Discussion :: Object Oriented Programming Using C++

  1. To use the this pointer with a member function, you _____

  2. A.
    declare this as static
    B.
    declare this as global
    C.
    define this as equal to the address of the appropriate object
    D.
    do nothing; it is automatically supplied for you

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment