工廠方法模式(Factory Method Pattern)

  1 #ifndef FACTORYMETHOD_H 2 #define FACTORYMETHOD_H 3 4 #include<iostream> 5 using namespace std; 6 7 class Product//should be a pure virtual class. 8 { 9 public: 10 Product(){} 11
相關文章
相關標籤/搜索