Could someone post some example code for the following problem? I have a single class that I would like to create multiple objects of. Since I would like to do this on the go, I can't name each object. How would you do this. How could there be an array of objects and so on. The class represents a character in a game and I need to generate several randomly. Any help is appreciated thanks.