A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Module (Modular Programming)

Table of Contents

About

Modular programming is a software design technique that emphasises separating the functionality of a program into independent, interchangeable modules, such that each contains everything necessary to execute only one aspect or ‘concern’ of the desired functionality1.

Anki

References


  1. Wikipedia. “module”. Available at: https://en.wikipedia.org/wiki/Modular_programming. (Accessed: [2025-06-07 Sat 16:42]). ↩︎

Share :

Other Articles