what is the difference between methods and functions in Python

theritically, i want to know the differences

  • Rama
  • 15 Aug
  • 1500 Views
  • 37 Answers
Your Answer

A method is a function that is defined inside a class and works with objects of that class. A function is a block of reusable code defined using def and can be called independently.

Python

Didn't get the answer.
Contact people of Talent-Python directly by clicking here