Back to Cosmos

'this' reference in Java

code/languages/Java/this_reference/Readme.md

latest194 B
Original Source

'this' reference in Java

this is an Object which holds the Reference of another Object which invokes the member function.

Link to the article : https://iq.opengenus.org/use-of-this-in-java/