Q. What does the `self` keyword in a class method refer to?
β
Correct Answer: (B)
The object itself
Explanation: `self` represents the instance (object) of the class.