Brand new-- Multi-dimensional arrays
I want to pass a simple, 2 dimensional array as a property through getters
and setters. I have no idea how this is supposed to look. Help is greatly
appreciated.
# 1 Re: Brand new-- Multi-dimensional arrays
You mean like "public void setArray(int[][] numbers)" and "public int[][]
getArray()"? Or did you have in mind getting and setting individual entries
of the array?
Stuart Wexler <Stugrad98@aol.com> wrote in message
news:395a3c03$1@news.dev-archive.com...
>
> I want to pass a simple, 2 dimensional array as a property through getters
> and setters. I have no idea how this is supposed to look. Help is
greatly
> appreciated.