|
|
|
|
|
by _old_dude_
756 days ago
|
|
Yes, it's functions vs methods. You can make this explicit like in Python, you can make it implicit but have two kinds of methods, instance methods and static methods like in C++/C#/Java. And you have JavaScript were all functions have an implicit this ... |
|