imperative programming 1
noundomain: thinking
EnWordnet [ver.5.0]
Definition
a programming paradigm that describes computation in terms of statements that change a program state.
Examples
- 1.Procedural programming, on the other hand, is a specific type (or subset) of Imperative programming, where you use procedures (i.e., functions) to describe the commands the computer should perform.


