- Python 3 Object:oriented Programming(Second Edition)
- Dusty Phillips
- 84字
- 2021-07-16 20:44:31
Summary
In this chapter, we learned how simple it is to create classes and assign properties and methods in Python. Unlike many languages, Python differentiates between a constructor and an initializer. It has a relaxed attitude toward access control. There are many different levels of scope, including packages, modules, classes, and functions. We understood the difference between relative and absolute imports, and how to manage third-party packages that don't come with Python.
In the next chapter, we'll learn how to share implementation using inheritance.
推薦閱讀
- 演進式架構(原書第2版)
- Vue.js 3.x快速入門
- Instant Node Package Manager
- Spring Cloud Alibaba核心技術與實戰案例
- Maven Build Customization
- 精通軟件性能測試與LoadRunner實戰(第2版)
- 你必須知道的204個Visual C++開發問題
- Mastering Predictive Analytics with Python
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- Learning YARN
- Python從入門到精通(第3版)
- HTML+CSS+JavaScript網頁制作:從入門到精通(第4版)
- 黑莓(BlackBerry)開發從入門到精通
- Sitecore Cookbook for Developers
- 從零開始學Unity游戲開發:場景+角色+腳本+交互+體驗+效果+發布