- 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.
推薦閱讀
- Learn TypeScript 3 by Building Web Applications
- Git Version Control Cookbook
- LabVIEW Graphical Programming Cookbook
- Beginning C++ Game Programming
- 編程卓越之道(卷3):軟件工程化
- Windows系統管理與服務配置
- Vue.js 3.x從入門到精通(視頻教學版)
- C語言從入門到精通(第4版)
- Full-Stack React Projects
- bbPress Complete
- Domain-Driven Design in PHP
- Python 3 數據分析與機器學習實戰
- Python預測之美:數據分析與算法實戰(雙色)
- 軟件測試(慕課版)
- Python人工智能項目實戰