noun
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.