skip to main
|
skip to sidebar
HAWAII的學習筆記
2008年10月23日 星期四
策略模式(strategy)
基礎且實用的一個Pattern
將以後可能會改變的部份分離封裝起來
並利用interface制定相連接的規格
之後每次改變只要去implement這個interface就可以了
而不同的implement也可以在runtime的時候作切換
oo守則: 多用合成,少用繼承
因為合成比起繼承來說,有更大的彈性
oo守則: 針對interface寫程式,而不是針對implement寫程式
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
關於我自己
Hawaii
檢視我的完整簡介
網誌存檔
►
2011
(4)
►
6月
(1)
►
1月
(3)
►
2009
(3)
►
10月
(1)
►
9月
(1)
►
3月
(1)
▼
2008
(35)
►
11月
(4)
▼
10月
(9)
VC 2008 設定
裝飾者模式(decorator)
觀察者模式(Observer)
策略模式(strategy)
custom tag
C++ 程式最佳化技巧
JSTL
JavaBean
EL in JSP
►
9月
(3)
►
8月
(4)
►
7月
(8)
►
6月
(7)
文章分類
android
C
C++
design pattern
J2EE
JAVA
沒有留言:
張貼留言