- 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.
推薦閱讀
- Instant Testing with CasperJS
- Oracle Exadata性能優(yōu)化
- Testing with JUnit
- Java持續(xù)交付
- 用Python實(shí)現(xiàn)深度學(xué)習(xí)框架
- Jupyter數(shù)據(jù)科學(xué)實(shí)戰(zhàn)
- Python Data Analysis Cookbook
- 深入淺出Go語言編程
- 大話Java:程序設(shè)計(jì)從入門到精通
- 編程可以很簡單
- Drupal 8 Development Cookbook(Second Edition)
- AngularJS UI Development
- Android熱門應(yīng)用開發(fā)詳解
- React.js實(shí)戰(zhàn)
- Implementing Domain:Specific Languages with Xtext and Xtend