- Learning Python Design Patterns(Second Edition)
- Chetan Giridhar
- 94字
- 2021-07-16 09:46:15
Summary
In this chapter, you learned about the basic concepts of object-oriented programming, such as objects, classes, variables, and features such as polymorphism, inheritance, and abstraction with code examples.
We are also now aware of object-oriented design principles that we, as developers/architects, should consider while designing an application.
Finally, we went on to explore more about design patterns and their applications and context in which they can be applied and also discussed their classifications.
At the end of this chapter, we're now ready to take the next step and study design patterns in detail.
推薦閱讀
- Visual C++串口通信開發入門與編程實踐
- Vue.js快跑:構建觸手可及的高性能Web應用
- SQL for Data Analytics
- 營銷數據科學:用R和Python進行預測分析的建模技術
- WebRTC技術詳解:從0到1構建多人視頻會議系統
- Getting Started with Gulp
- Python算法指南:程序員經典算法分析與實現
- WordPress 4.0 Site Blueprints(Second Edition)
- Multithreading in C# 5.0 Cookbook
- Serverless工程實踐:從入門到進階
- ASP.NET Core 2 High Performance(Second Edition)
- jQuery權威指南
- Learning ClojureScript
- RabbitMQ Essentials
- F# for Machine Learning Essentials