-
Notifications
You must be signed in to change notification settings - Fork 0
Java Learnings
Himanshu Kesarvani edited this page Nov 17, 2018
·
1 revision
* this can be used to get the current object.
* this can be used to invoke current object's method.
* this() can be used to invoke current class constructor.
* this can be passed as a parameter to a method call.
* this can be passed as a parameter to a constructor.
* this can be used to return the current object from the method.