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 block of code that performs a specific task. It can be called directly by its name. A method is a function that belongs to an object. It is called using the object name followed by a dot (.).

Python

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