Wiki

Clone wiki

inf225 / glossary / Imperative programming

[Alphabetical Index | Tag Index]

Imperative programming

A programming paradigm based on statements that change program state (update a store); as opposed to declarative programming. May be combined with object-oriented programming.

[Wikipedia]

Updated