摘要: // test07.cpp : Defines the entry point for the console application.// #include "stdafx.h"//设计模式第7章 适配器模式 class Duck{public: virtual void quack() = 0; 阅读全文
posted @ 2017-07-10 11:00 wangting235 阅读(216) 评论(0) 推荐(0) 编辑