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){ ... }
答案:登入後查看
統計: A(1), B(0), C(0), D(0), E(0) #3879853
統計: A(1), B(0), C(0), D(0), E(0) #3879853