2021年11月24日

摘要: 实验结论 实验2:验证抽象函数的使用 main.cpp 1 #include<iostream> 2 #include<typeinfo> 3 4 class Graph{ 5 public: 6 virtual void draw() { 7 std::cout << "Graph::drwa() 阅读全文

posted @ 2021-11-24 16:49 蒟蒻是果冻 阅读(65) 评论(2) 推荐(0)