47. 在 C++ 語言中,想要定義類別名稱為 Student 的建構子 (Constructor ),下列何者正確?
(A)Student(int wh){ ... }
(B)int Student(int hw){ ... }
(C)double Student(double weight, double height){ ... }
(D)void Student(height, weight){ ... }

答案:登入後查看
統計: 尚無統計資料