
Patrick B. answered 06/22/19
Tutor
4.7
(31)
Math and computer tutor/teacher
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)