设计模式:外观模式(7.2)C++版

外观模式:提供统一的接口来访问子系统,使子系统更容易使用。ios C++示例代码以下:ide #include "stdafx.h" #include <string> #include <iostream> using namespace std; /* * CONTENTS: DESIGN PATTERN, FACADE PATTERN * AUTHOR: YAO H. WANG *
相关文章
相关标签/搜索