this pointer

what does "this" pointer do?
when it is used?
why it is used in return type in a function if this function is receiving an object?
Last edited on
this is a pointer to the object you are working with
Topic archived. No new replies allowed.