Computer Science, asked by jabrajalaj1529, 3 months ago

Which keywords is used by the method to refer to the object that invoked it ?

Answers

Answered by ssasreeja
3

Explanation:

Within an instance method or a constructor, this is a reference to the current object — the object whose method or constructor is being called. You can refer to any member of the current object from within an instance method or a constructor by using this .

Similar questions