Python 專案開發入門的十堂課
第五堂 利用 Python 模組化與物件導向:Python 類別的 static 方法
重點整理
static 方法為專屬於類別的方法。
定義 static 方法可以用裝飾子
@staticmethod
標示或是用內建函數
staticmethod()
。
相關文章
Python 速查手冊 - 6.5 static 方法與類別方法
上一支影片 - Python 類別的解構子
回 Python 專案開發入門的十堂課 - 目錄
下一支影片 - Python 物件導向中的封裝
回 Python 教材
回程式語言教材首頁