ED's Notes
Here is my technical notes. If any comments or errors, please feel free to give feedbacks.
標籤雲
Android
(59)
ActionScript
(52)
PHP
(14)
JavaScript
(11)
設計模式
(10)
CSS與Html
(8)
Flex
(7)
Material Design
(6)
frameworks
(5)
工具
(5)
串流影音
(4)
通用
(4)
DB
(3)
FlashRemoting
(3)
Java
(3)
SQL
(3)
Mac 操作
(2)
OpenGL ES
(2)
PureMVC
(2)
React Native
(2)
jQuery
(2)
AOSP
(1)
Gradle
(1)
XML
(1)
軟體設定
(1)
搜尋此網誌
2009/07/13
設計模式小筆記-Prototype Pattern
標籤:
設計模式
Prototype Pattern
原型模式
使用時機:
有複製物件的功能需求時
要點:
1. 建立抽象父類別,內有一個 return 此父類別的 clone 方法
2. 子類別實作 clone 方法(在 .NET 裡只要實做 Icloneable 就可以,第一步可省略)
3. 用戶端可呼叫子類別的 clone 方法複製出一個相同的子類別
維基百科上關於 Prototype Pattern 的說明(英文)
維基百科上關於 Prototype Pattern 的說明(中文)
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言