摘要: #include<iostream>using namespace std;class Shape{public: virtual void getArea() {} virtual void getPerim() {} };class Rectangle :public Shape{private 阅读全文
posted @ 2024-02-10 19:27 平安喜乐× 阅读(19) 评论(0) 推荐(0)