oop tutorials

novice2 sorry at noem.ail
Tue Mar 4 05:29:48 PST 2008


> 
> Class[] className;
> className.length=10;
> className.function;

may be this?

Class[] className;
className.length=10;
className[0]=new Class();
className[0].function;



More information about the Digitalmars-d-learn mailing list