Logic / 十二:适配器模式--极简教程

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

适配器模式

类图如下

代码实现如下

  • 待增加C++代码实现