0
Can we say that methods are like functions..?
5 Answers
+ 1
Methods and function are the same. In Java we call methods and in c,c++ we call function.
+ 1
Lets put it this way, 'Methods and Functions have similar functionality'.
0
yes, we can.. but OOP usually mention it with method..
0
Yes, methods are functions.
0
Yes we can. One way to look at it is methods are classes' functions.