+ 1
What is .this operator?
2 Antworten
+ 3
.this points to current object of the class you can previous posts here also for others answers
+ 2
You use ".this" just for internal purposes of the class. For example you have a variable "name" and you want to manipulate it inside of a class with the mention that it refers to the current object.