Normally, I use this in constructors only.
this
I understand that it is used to identify the parameter variable (by using this.something), if i
this.something
this can be used inside some method or constructor.
It returns the reference to the current object.