IMPERATIVE PROGRAMMING
(noun)Definitions
There is 1 meaning of the phrase
Imperative Programming.
Imperative Programming - as a noun
A programming paradigm that describes computation in terms of statements that change a program state.
Example: "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."
Example Sentences
"In imperative programming, the program consists of a sequence of statements."
"One of the main features of imperative programming is the use of mutable state."
"Procedural programming is a subset of imperative programming."
"Writing programs in imperative programming style can sometimes lead to spaghetti code."
"Efficiency is a key concern in imperative programming."