can someone please explain me "this" function in brief in java and its use
Answers
Answered by
1
please mark me as brainlist
keyword this is a reference variable in java that refers to the current object. The various usages of this keyword in java are as follows:-
It can be used to refer instance variable of current class.
It can be used to invoke or initiate current class construction.
keyword this is a reference variable in java that refers to the current object. The various usages of this keyword in java are as follows:-
It can be used to refer instance variable of current class.
It can be used to invoke or initiate current class construction.
A7J:
there is a "this" keyword in java can u tell me about it
Answered by
0
i did'nt understand your question
ask properly
Similar questions