Imperative programming

April 16, 2020 ยท View on GitHub

The programmer instructs the machine how to change its state. This contrasts with declarative programming which focuses on what the program should accomplish, without specifying how the program should accomplish its goals.

Sub-paradigms

  • Object Orientated Programming
  • Procedural Programming