Q. What is true about instance methods in Python?
β
Correct Answer: (C)
They must have `self` as the first parameter
Explanation: Instance methods must include `self` to refer to the calling object.