+ 2
How to use 'this' keyword?
6 Answers
+ 1
You mean the "this" keyword?
"this" keyword simply refers to the current class you are in.
"this class" is what in means.
+ 1
For the sake of correctness, the this keyword refers to the current instance/object of a class. It does not exist in static classes where there can never be a instance of the class, and you also cannot use it inside of static member functions as they work in a instance spanning, class wide manner.
+ 1
this keyword represent of current object of the class.
+ 1
this keyword refers to current object
0
ok
0
That's like the pointer that point the current class where u have been



