- Python 3 Object:oriented Programming(Second Edition)
- Dusty Phillips
- 93字
- 2021-07-16 20:44:29
Summary
In this chapter, we took a whirlwind tour through the terminology of the object-oriented paradigm, focusing on object-oriented design. We can separate different objects into a taxonomy of different classes and describe the attributes and behaviors of those objects via the class interface. Classes describe objects, abstraction, encapsulation, and information hiding are highly related concepts. There are many different kinds of relationships between objects, including association, composition, and inheritance. UML syntax can be useful for fun and communication.
In the next chapter, we'll explore how to implement classes and methods in Python.
推薦閱讀
- Java多線程編程實戰指南:設計模式篇(第2版)
- OpenDaylight Cookbook
- LabVIEW入門與實戰開發100例
- Web開發的貴族:ASP.NET 3.5+SQL Server 2008
- Python爬蟲開發與項目實戰
- 深入理解Java7:核心技術與最佳實踐
- 重學Java設計模式
- OpenShift在企業中的實踐:PaaS DevOps微服務(第2版)
- 前端HTML+CSS修煉之道(視頻同步+直播)
- Mastering Apache Storm
- 遠方:兩位持續創業者的點滴思考
- Java 9 with JShell
- Web編程基礎:HTML5、CSS3、JavaScript(第2版)
- Learning jqPlot
- 區塊鏈原理、架構與應用(第2版)