- Hands-On Design Patterns with Kotlin
- Alexey Soshin
- 90字
- 2021-06-25 20:49:22
Multi-paradigm
Some of the major paradigms in programming languages are procedural, object-oriented, and functional paradigms.
Being practical, Kotlin allows for any of these paradigms. It has classes and inheritance, coming from the object-oriented approach. It has higher-order functions from functional programming. But you don't have to wrap everything in classes if you don't want to. You can structure your entire code as just a set of procedures and structs. You will see how all these approaches come together, as different examples will use different paradigms to solve the problems discussed.
推薦閱讀
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- C語言程序設(shè)計實踐教程(第2版)
- GitLab Cookbook
- Android程序設(shè)計基礎(chǔ)
- C++寶典
- Learning Hadoop 2
- RubyMotion iOS Develoment Essentials
- Web Developer's Reference Guide
- ASP.NET求職寶典
- Clojure編程樂趣
- Backbone.js Patterns and Best Practices
- C語言編程魔法書:基于C11標準
- Java核心技術(shù)速學(xué)版(第3版)
- Learning GraphQL and Relay
- C#教程