Array of objects

The array is of pointers so you would use:

dispArray[1]->print("yay");

Pete