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, 2022
in C++
by
Damon
• 4,960 points
•
4,328 views