+ 1
This keyword
What are different uses of this keyword other than .. (when parameters and instance variables are same,"this" is used)?
1 Answer
+ 2
'this' is used whenever you're referencing the current instance of the object that's being called by whatever method called it.