設計模式之美:Decorator(裝飾)

索引 別名 意圖 結構 參與者 適用性 缺點 效果 相關模式 實現 實現方式(一):Decorator 對象的接口必須與它所裝飾的 Component 的接口保持一致。 實現方式(二):省略抽象的 Decorator 類。 別名 包裝器(Wrapper) 意圖 動態地給一個對象添加一些額外的職責。 就增加功能來說,Decorator 模式相比生成子類更爲靈活。 Attach additional
相關文章
相關標籤/搜索