#this-keyword
Read more stories on Hashnode
Articles with this tag
"this" keyword is the reference variable that refers to the current object Consider the code below: class Test { int i; void setValue(int x) ...