+ 1
What is difference b/w method and function?
2 Answers
+ 9
These terms can be used interchangeably. in object oriented programming the term Method is mostly used over function, but they mean the same thing.
+ 2
there's no difference, the two means the same thing.. just that in some IDEs they use function instead of method