- 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.
推薦閱讀
- 多媒體CAI課件設計與制作導論(第二版)
- The Android Game Developer's Handbook
- 前端跨界開發指南:JavaScript工具庫原理解析與實戰
- Azure IoT Development Cookbook
- 摩登創客:與智能手機和平板電腦共舞
- HBase從入門到實戰
- 編程珠璣(續)
- The Computer Vision Workshop
- 64位匯編語言的編程藝術
- 學Python也可以這么有趣
- 青少年Python編程入門
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- PHP 7從零基礎到項目實戰
- 現代C:概念剖析和編程實踐
- 從零開始學Selenium自動化測試:基于Python:視頻教學版