對象數組的初始化

對象數組的初始化: Student students[3] = { Student("one",12), Student("two",33),  Student("three",44)};   對象數組的構造函數的執行順序是:從數組中第一個對象開始到最後一個數組。 對象數組初始化時要注意構造函數參數
相關文章
相關標籤/搜索