摘要: 桥接模式找了很多资料,但还是比较迷糊,和装饰器模式比较似乎懂了一点,但还待补充,先上代码 1 // Bridge.cpp : 定义控制台应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include <iostream> 6 #include <string> 7 阅读全文
posted @ 2021-06-23 23:40 njit-sam 阅读(49) 评论(0) 推荐(0)