設計模式之—原型模式

原型模式就是從一個對象在創建另外一個對象,不需要知道任何創建的細節:(克隆) 以創建簡歷爲例: 簡歷類(Resume) :繼承於系統的克隆接口(ICloneable) namespace Ptototype_Pattern { class ReSume:ICloneable { private string name; private string
相關文章
相關標籤/搜索