Prototype Pattern
摘要:
prototype 模式结构图:实现: 1 #ifndef _PROTOTYPE_H_ 2 #define _PROTOTYPE_H_ 3 4 class Prototype 5 { 6 public: 7 virtual ~Prototype(); 8 virtual Proto... 阅读全文
posted @ 2015-07-16 11:49
那个人好像一条狗
阅读(188)
评论(0)
推荐(0)
浙公网安备 33010602011771号