Logic / 六:建造者模式--极简教程

Created Tue, 23 Sep 2025 02:09:29 +0800 Modified Tue, 23 Sep 2025 21:25:27 +0800

建造者模式

类图如下

代码实现如下

  • 待增加C++代码实现