When a method is called, what does Python make to reference the specific object on which the method is supposed to operate?

When a method is called, what does Python make to reference the specific object on which the method is supposed to operate?


Answer: self parameter


Learn More :