設計模式 之 《外觀模式》

  #ifndef __FACADE_MODEL__ #define __FACADE_MODEL__ #include <iostream> using namespace std; //GOOD:爲子系統的一組接口提供一個一致的界面。使用戶使用起來更加方便。 class SubSystemOne { public: void methodOne(){ cout<<"One"<<e
相關文章
相關標籤/搜索