裝飾者模式(Decorator Pattern)

裝飾者模式(Decorator Pattern):動態地給一個對象添加一些額外的職責,就增加功能來說,裝飾者模式比生成子類更加靈活。   1 #ifndef DECORATOR_H 2 #define DECORATOR_H 3 4 #include<iostream> 5 using namespace std; 6 7 class Component 8 { 9 publ
相關文章
相關標籤/搜索