- Design Patterns and Best Practices in Java
- Kamalmeet Singh Adrian Ianculescu LUCIAN PAUL TORJE
- 113字
- 2021-06-25 20:52:26
Imperative programming
Imperative programming is a programming paradigm in which statements are written to change the state of the program. This concept emerged at the beginning of computing and is very close to the computer's internal structure. The program is a set of instructions that is run on the processing unit, and it changes the state (which is stored as variables in the memory) in an imperative manner. The name imperative implies the fact that the instructions that are executed dictate how the program operates.
Most of the most popular programming languages today are based, more or less, on the imperative paradigm. The best example of a mainly imperative language is C.
推薦閱讀
- Java語言程序設計
- TypeScript Essentials
- Cocos2d-x游戲開發(fā):手把手教你Lua語言的編程方法
- Vue.js快速入門與深入實戰(zhàn)
- 從程序員到架構(gòu)師:大數(shù)據(jù)量、緩存、高并發(fā)、微服務、多團隊協(xié)同等核心場景實戰(zhàn)
- Quarkus實踐指南:構(gòu)建新一代的Kubernetes原生Java微服務
- Java設計模式及實踐
- Learning Network Forensics
- Getting Started with Python Data Analysis
- PhoneGap:Beginner's Guide(Third Edition)
- Learning Unity 2D Game Development by Example
- UVM實戰(zhàn)
- C#應用程序設計教程
- Learning Nessus for Penetration Testing
- Python編程:從入門到實踐(第2版)