Glossaria.net

Glossary Object Oriented Analysis and Design / Term

Method

An operation performed by members of the class; also called a function. The operations of a class say what an object does and define a class's behavior.


The name usually given to procedures and functions in OOP. A method is a function or procedure that is a member of an object or class and which defines an operation for that object or class.

Permanent link Method - Creation date 2023-02-22


< Metamodel Glossary / Object Oriented Analysis and Design Method Overloading >