I'm making an effort to use the proper wording.
In C++ particularly, what is the distinction between a method and a function.
Is it true that a function has a return value whereas a method does not return anything and just performs actions on the class?