Logic / 二十三:访问者模式--极简教程

Created Thu, 25 Sep 2025 22:25:36 +0800 Modified Thu, 25 Sep 2025 22:29:56 +0800

访问者模式

类图如下

代码实现如下

  • 待增加C++代码实现