- 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.
推薦閱讀
- Mastering Ext JS(Second Edition)
- 深入理解Android(卷I)
- OpenDaylight Cookbook
- Visual Studio 2012 Cookbook
- Building a RESTful Web Service with Spring
- 營銷數(shù)據(jù)科學(xué):用R和Python進(jìn)行預(yù)測分析的建模技術(shù)
- 軟件項(xiàng)目管理實(shí)用教程
- iOS編程基礎(chǔ):Swift、Xcode和Cocoa入門指南
- Spring快速入門
- Python Data Structures and Algorithms
- Visual Basic程序設(shè)計(jì)教程
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- Learning Material Design
- Java并發(fā)編程之美
- Django 5企業(yè)級(jí)Web應(yīng)用開發(fā)實(shí)戰(zhàn)(視頻教學(xué)版)