member function
In object-oriented programming, a function defined within a class that operates on instances of that class.
Several member functions for processing data are defined in this class.
To call a member function, you use the dot operator after the object name.