摘要:
[TOC] 类适配器 对象适配器 阅读全文
posted @ 2020-05-16 17:45
麻辣猪仔
阅读(231)
评论(0)
推荐(0)
摘要:
```cpp#include using namespace std;class AbstractClass {public: void TemplateMethod() { cout Temp... 阅读全文
posted @ 2020-05-16 17:44
麻辣猪仔
阅读(190)
评论(0)
推荐(0)