CSharp設計模式讀書筆記(8):橋接模式(學習難度:★★★☆☆,使用頻率:★★★☆☆)...

橋接模式(Bridge Pattern): 將抽象部分與它的實現部分分離,使它們都可以獨立地變化。它是一種對象結構型模式,又稱爲柄體(Handle and Body)模式或接口(Interface)模式。 模式角色與結構:  示例代碼: using System; using System.Collections.Generic; using System.Linq; using System.T
相關文章
相關標籤/搜索