Q. What does the 'this' keyword refer to in a method of an object?
β
Correct Answer: (A)
The object the method belongs to
Explanation: 'this' inside a method refers to the object that owns the method.