method
RU: метод
A function that is stored as a field of an object and operates on the data of that same object. Calling a method (object.name(...)) runs the function with access to the object's other fields. A method is how an object exposes an operation as part of its interface.