Correct Answer : Option (D) : Using this pointer
Explanation : In Classes objects are self-referenced using this pointer inside the member functions. for example this->value to access the data member value of that object.
->