這個 Python3: 深度研究 Part 4 課程詳細介紹了 Python 中的物件導向程式設計(OOP)。
主要課程主題
✅什麼是類別和實體 ( instances )
✅類別資料和函式屬性
✅屬性
✅實體(instance)、類別和靜態方法
✅多型( polymorphism )以及特殊函示在這其中所起的作用
✅單一繼承
✅slots
✅descriptor protocol 及其與屬性和函式的關係
✅列舉( enumerations )
✅例外處理( exceptions )
https://softnshare.com/python-3-deep-dive-part-4/
Search