深刻淺出設計模式python版——觀察者模式(observer)

書中第二個設計模式——觀察者模式java 首先,祭出類圖python 書中舉得例子:設計模式 通常方式app 使用java內置模塊的方式設計 python代碼:3d 主題/可觀察者:code # -*- coding:utf-8 -*- #Subject.py import Observer class Subject: def __init__(self): self._
相關文章
相關標籤/搜索