why the above code can not work? how can i correct it?Code:class a { protected int barr[]; } class b extends a { public b(int barr[]) { super(barr); barr[]= new int [4]; } }
|
Results 1 to 4 of 4
Threaded View
|
Click Here to Expand Forum to Full Width |