Glossaria.net

Glossary Object Oriented Analysis and Design / Term

Class Interface

The class's collection of methods and attributes; access specifiers define who is allowed to see which parts of the class. Depending on who's asking, the class presents different interfaces to the world. A class's interface defines the messages that an object of the class may receive.

Permanent link Class Interface - Creation date 2023-02-22


< Class Diagram Glossary / Object Oriented Analysis and Design Class-Level Method >