Q. What does the method reference `this::methodName` refer to?
β
Correct Answer: (B)
Method of current object
Explanation: `this::methodName` refers to a method of the current object instance.