Logic / 十三:桥接模式--极简教程

Created Wed, 24 Sep 2025 20:53:20 +0800 Modified Wed, 24 Sep 2025 20:59:54 +0800

适配器模式

类图如下

代码实现如下

  • 待增加C++代码实现