裝飾模式

1.概念解析 2.示例代碼 #include<string> #include<iostream> using namespace std; class Person { public: Person(){ } Person(string strName) { _strName = strName; } virtual void show() { cout<<"裝扮的是:"
相關文章
相關標籤/搜索