Reference type variable "this"
It indicates instance itself.
can use in instance method and constructor! (CANNOT use in static method(class method))
To distinguish local variable and instance variable
example :
Last updated
It indicates instance itself.
can use in instance method and constructor! (CANNOT use in static method(class method))
To distinguish local variable and instance variable
example :
Last updated