I have a list of different classes that need to be created, but I won't know which classes or how many of each are in my list. So I was wondering if I could create an array of generic classes who's specific class could be defined later? Is that possible, or is there any other sort of workaround? Any suggestions pertaining to this is welcome, thanks.