modular programming
Sign in to savestructured programming technique where a program is divided into modules with specific functions
Wikidata facts
Show 1 more fact
- Stack Exchange tag
- stackoverflow.com/tags/modular-design
Sources (2)
via Wikidata · CC0
~11 min read
Article
Modular programming is a programming paradigm that emphasizes organizing the functions of a codebase into independent modules, each providing an aspect of a computer program in its entirety without providing other aspects.
A module interface expresses the elements that are provided and required by the module. The elements defined in the interface are detectable by other modules. The implementation contains the working code that corresponds to the elements declared in the interface.
Connections
Q2407
Entity
Q42478
Entity
class
Entity
International Standard Book Number
Entity
Q15777
Entity
PHP
Entity
Q2005
Entity
Python
Entity
Java
Entity
computer program
Entity
Q2370
Entity
digital object identifier
Entity
compiler
Entity
Q81571
Entity
Q161053
Entity
object-oriented programming
Entity
Fortran
Entity
MATLAB
Entity
Q131140
Entity
R
Entity