+ 18

[DUPLICATE] What is the difference between method and function....

it is confusing about method and function....please explain with example..

5th Sep 2018, 8:10 PM
👑Mahesh Khatri👑
👑Mahesh Khatri👑 - avatar
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
5th Sep 2018, 8:24 PM
Daniele Bonomi
Daniele Bonomi - avatar