>>This is the first question I have, does that mean studentType is the base class or persoType is the base class?
personType is the base class.
>>cout << studentList[count].getFirstName
getFirstName is a function, so you need parentheses just like calling any other function
cout << studentList[count].getFirstName()
Same with getLastName -- use parentheses as above.
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343