Object-Oriented Programming

Method

English

Overview

A procedure (function) defined on a class.

Details

A function belonging to a class, usually defined to operate on that instance's fields. When called, a reference to the instance itself (this/self) is implicitly passed.

More Programming terms