What is the 'this' pointer in a program code?

      

What is the 'this' pointer in a program code?

  

Answers


Davis
It is a pointer that is automatically passed to a member function and that points to the object that generated the call.
Githiari answered the question on February 4, 2018 at 11:20


Next: What is a friend function in a computer program?
Previous: Discuss five scientific concepts that pre-school children would acquire from using balloons

View More Computer Science Questions and Answers | Return to Questions Index


Exams With Marking Schemes

Related Questions