They are interchangeable.
Some people, on the other hand, prefer calling methods, functions that are part of a class, and functions, free functions.
//function overloading
void foo(int x);
void foo(int x, int ...READ MORE
Jun 21
in C++
by
Damon
• 4,240 points
•
15 views