摘要: 1 阅读全文
posted @ 2024-12-06 10:53 涨涨涨张 阅读(15) 评论(0) 推荐(0)
摘要: 打包员在我们课堂上的“购物车”的例子中,增加一个新的访问者:打包员,负责对购物车中货物装包。#include <iostream>#include <vector>#include <string>using namespace std; class Visitor;class Apple;clas 阅读全文
posted @ 2024-12-06 09:59 涨涨涨张 阅读(17) 评论(0) 推荐(0)