+ 1
What is the diference between function and method?
Method vs function
4 ответов
+ 1
Really they are mostly the same but there is a slight difference in that methods are functions specific to a class in OOP whereas plain functions are more general.
0
as @AGC said. they are the same. in some programming language it's called function and in some other method
0
Both are same