- Design Patterns and Best Practices in Java
- Kamalmeet Singh Adrian Ianculescu LUCIAN PAUL TORJE
- 103字
- 2021-06-25 20:52:26
Java programming paradigms
What are programming paradigms? Since software development began, there have been different approaches to designing programing languages. For each programming language, we have a set of concepts, principles, and rules. Such a set of concepts, principles, and rules is called a programming paradigm. In theory, languages are considered to fall under one paradigm only, but, in practice, programming paradigms are mostly combined in one language.
In the following section, we will highlight the programming paradigms on which Java programming language is based, along with the major concepts that describe these paradigms. These are imperative, object-oriented, declarative, and functional programming.
推薦閱讀
- C++面向對象程序設計(第三版)
- OpenDaylight Cookbook
- Python自動化運維快速入門(第2版)
- JavaScript+jQuery開發實戰
- 程序是怎樣跑起來的(第3版)
- 組態軟件技術與應用
- 青少年學Python(第1冊)
- Practical Game Design with Unity and Playmaker
- HTML+CSS+JavaScript網頁設計從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Hands-On Neural Network Programming with C#
- 深入淺出 HTTPS:從原理到實戰
- Socket.IO Cookbook
- Visual Basic程序設計
- Mastering Assembly Programming
- Clojure High Performance Programming