+ 4
what is the difference between method and funtion?
4 Respuestas
+ 7
Object functions are called methods.
+ 6
To extend what Valentin said, functions and method are fundamentally the same, but functions are called methods when they're specific to an object.
+ 3
thanks both of you
+ 1
methods are like functions that are parts of an object.