摘要: class Circle : public Plane,public Point {public: Circle(double x = 0, double y = 0, double r = 0) : Point(x,y), radius(r) { cout<<"Circle Constructor 阅读全文
posted @ 2023-04-30 18:25 jmhyyds 阅读(34) 评论(0) 推荐(0)