項目三

程序:ios /* 【項目3 - 點類派生直線類】 定義點類Point,並以點類爲基類,派生出直線類Line,從基類中繼承的點的信息表示直線的中點。 請閱讀下面的代碼,並將缺乏的部分寫出來。 */ #include<iostream> #include<Cmath> using namespace std; class Point //定義座標點類 { public: Point():x(
相關文章
相關標籤/搜索