It refers to the current object instance. Frame the concept in practical terms so you can explain it during interview discussion.
In instance methods, 'this' refers to the object that called the method. If a `Customer` object calls a method `setName`, using `this` inside `setName` refers to the `Customer` object itself.