Name: Anonymous 2006-03-26 13:40
how do I make an array of classes in teh java?
i.e.
class Someclass { ... }
Someclass a[] = new Someclass()[];
???
btw I am being forced to use java.
i.e.
class Someclass { ... }
Someclass a[] = new Someclass()[];
???
btw I am being forced to use java.