Glossaria.net

Glossary Object Oriented Analysis and Design / Term

Method Signature

Notation that shows all of the information needed to invoke, or call, the method.


The information that identifies a method. This is composed of the name of the method, and the order and types of the formal parameters. Note that in most languages, the return type is not part of the signature.

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


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