
New Classes:

MGApplication
This is a complete class, you don't need to make any changes to it.  It provides a framework for creating applications.  Your project has a FinalProj class derived from this.

MGArray
This is a templated array collection class, that can contain anything derived from MGObject.  You will be using it as a data member to maintain MGPersons in memory.  You must complete this class, and then use it in your FinalProj class.

