極速理解設計模式系列:5.組合模式(Composite Pattern)

四個角色:部件抽象接口角色(Component)、葉角色(Leaf)、組合類角色(Composite)、客戶端角色(Client)         部件抽象接口角色(Component):定義組合類對象的公共行爲、屬性和管理子部件的方法接口。         葉角色(Leaf):實現Component的公共行爲,但是無法管理子部件,爲最終葉節點。         組合類角色(Composite):
相關文章
相關標籤/搜索