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

定義: 外觀模式:爲子系統中的一組接口提供一個統一的入口。外觀模式定義了一個高層接口,這個接口使得這一子系統更加容易使用。 模式角色與結構: 示例代碼: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace CSharp.DesignPattern.Facad
相關文章
相關標籤/搜索