javaSE(七)

1.對象數組 類的有參構造構造出對象,將對象存儲在數組中。 案例代碼: Student[] arr = new Student[5]; arr[0] = new Student("張一", 11); arr[1] = new Student("張二", 12); arr[2] = new Student("張三", 13); arr[3] = new Student("張四", 1
相關文章
相關標籤/搜索