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){ ... }