Home / C++ Programming / OOPS Concepts :: Discussion

Discussion :: OOPS Concepts

  1. Which of the following ways are legal to access a class data member using this pointer?

  2. A.
    this->x
    B.
    this.x
    C.
    *this.x
    D.
    *this-x

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment