Glossaria.net

Glossary Object Oriented Analysis and Design / Term

Getter Method

Another name for an accessor method, a public method that allows other classes to read (but not change) the values of attributes of a class. They merely return the value of the attribute.

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


< Generalization/Specialization Hierarchy Glossary / Object Oriented Analysis and Design Graphical Model >