A.int ary[5][]; B.int ary[][5]={{0,1,2}}; C.int ary[][5]; D.int ary[5,5];
A.基類指針 B.類名 C.派生類指針 D.對(duì)象名
A.public B.private C.protected D.static