- Learning Scala Programming
- Vikash Sharma
- 80字
- 2021-06-30 19:07:44
A programming paradigm
A paradigm is simply a way of doing something. So a programming paradigm means a way of programming or a certain pattern of writing programs. There are a number of programming paradigms in existence, but four of them have gained popularity:
- Imperative Paradigm: First do this and then do that
- Functional Paradigm: Evaluate and use
- Logical Paradigm: Answer through solution
- Object-Oriented Paradigm: Send messages between objects to simulate temporal evolution of a set of real-world phenomena
推薦閱讀
- C語言程序設計教程
- Progressive Web Apps with React
- TypeScript入門與實戰(zhàn)
- 零基礎玩轉區(qū)塊鏈
- 構建移動網站與APP:HTML 5移動開發(fā)入門與實戰(zhàn)(跨平臺移動開發(fā)叢書)
- Vue.js入門與商城開發(fā)實戰(zhàn)
- Getting Started with PowerShell
- 面向STEM的Scratch創(chuàng)新課程
- DevOps Automation Cookbook
- Apex Design Patterns
- ExtJS高級程序設計
- Natural Language Processing with Java and LingPipe Cookbook
- Mastering Linux Security and Hardening
- Python編程:從入門到實踐(第3版)
- Orchestrating Docker