this or self
This is really special. this is a pointer to the current obj.
- Some languages like Python use
self - Use it inside the methods of a class
This is why we use the *this syntax.
this or selfThis is really special. this is a pointer to the current obj.
selfThis is why we use the *this syntax.