Glossaria.net

Glossary Object Oriented Analysis and Design / Term

Procedure

The highest-level element in procedural, or structured design; procedures define what the program does.


A named section of code that performs a specific operation. A procedure would not be expected to return a value. Compare with function and method.

Permanent link Procedure - Creation date 2023-02-22


< Procedural Language Glossary / Object Oriented Analysis and Design Product Backlog >