A.Books B.Student C.Ds D.ds.DataSetName
A.構(gòu)造函數(shù)可以聲明返回類型 B.構(gòu)造函數(shù)不可以用private修飾 C.構(gòu)造函數(shù)必須與類同名 D.構(gòu)造函數(shù)不能帶參數(shù)
A.int arraya=new int[5]; B.int[] arraya=new int[5]; C.int arraya=new int[]; D.int[5] arraya=new int;