+ 18
[DUPLICATE] What is the difference between method and function....
it is confusing about method and function....please explain with example..
2 Answers
+ 3
A function is general a part of code that is executed when the function is called and the methods are some function that stay inside a class
Some language like java only have methods while some other like javascript has also function



