Imperative Programming

From Rice Wiki
Revision as of 21:37, 23 March 2024 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Imperative programming is a programming paradigm that uses statements to change a program's state. Like a recipe, it focuses on describing how a program operates step by step. This includes procedural programming and object-oriented programming. It is the original form of programming in that at the most basic level, computers are machines that take in one instruction at a time and output results.