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 self
This is really special. this is a pointer to the current obj.
self
This is why we use the *this
syntax.