i need to make an array of objects called application
can only have five applications each need all the information from class apply. class apply is derived from baseclass form and classes school, bank, and osap, which are derived from baseclass form.
No my real question is do i make an array of objects or do i make an array of pointers to that object.