設計模式 之 《裝飾模式》

  #ifndef __DECORATOR__ #define __DECORATOR__ #include <string> #include <iostream> using namespace std; //人 class Person { public: Person(string strName) { m_strName = strName;
相關文章
相關標籤/搜索