Answers

Question and Answer:

  Home  C++ Pointers and Functions

⟩ When we use this pointer?

'this pointer' is used as a pointer to the class object instance by the member function. The address of the class instance is passed as an implicit parameter to the member functions.

 194 views

More Questions for you: