摘要: 实验任务2 #include <iostream> #include <typeinfo> // definitation of Graph class Graph { public: virtual void draw() { std::cout << "Graph::draw() : just 阅读全文
posted @ 2021-11-28 11:49 姜振晖 阅读(63) 评论(3) 推荐(0)