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 function is a standalone block of code defined with def at the module level. It exists independently and is called directly by name. A method is a function that is defined inside a class and is associated with an object (or the class itself). It's called on an instance using dot notation.

Python

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