摘要: task2.cpp 改动后代码 #include <iostream> #include <typeinfo> // definitation of Graph class Graph { public: virtual void draw() { std::cout << "Graph::draw 阅读全文
posted @ 2021-11-29 19:19 纸鸢* 阅读(45) 评论(2) 推荐(0)