Glossaria.net

Glossary Object Oriented Analysis and Design / Term

Accessor Method

Public methods that allow other classes to read (but not change) the values of attributes of a class. They are also called getter methods, and merely return the value of the attribute.

Permanent link Accessor Method - Creation date 2023-02-22


< Access Control List Glossary / Object Oriented Analysis and Design Action-Expression >