Inactive Tutor answered 06/22/19
Tutor
New to Wyzant
methods are functions that live INSIDE the class and operate on the private data members of the class.
A regular function can be outside of the class, but cannot directly access the private data members
of the class. (unless it is a friend of the class)