which operator must be used to invoke the method of an object
Answers
Answered by
10
heya!
here is your answer.
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 classIt can be used to invoke or initiate current class constructor..
here is your answer.
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 classIt can be used to invoke or initiate current class constructor..
Elisha15:
hello bro
Similar questions