posted 21 years ago
I want to declare an array of type InnerClass but I don't know how.
The program will compile if I use:
However, I will not be able to instatiate a new InnerClass[] from somewhere outside class OuterClass. I can get away with that here because InnerClass is in class scope.
This will not compile:
[ February 18, 2004: Message edited by: Garrett Smith ]