What are all the ways keyword ‘this’ can be used in Java?
Answers
Answered by
0
hey there
this keyword in java can be used inside the Method or constructor of Class. It(this) works as a reference to the current Object, whose Method or constructor is being invoked. This keyword can be used to refer to any member of the current object from within an instance Method or a constructor
hope it will help
Answered by
0
❤️❤️ please follow me
this keyword in java can be used inside the Method or constructor of Class. It(this) works as a reference to the current Object, whose Method or constructor is being invoked. This keyword can be used to refer to any member of the current object from within an instance Method or a constructor
Similar questions