Exercise 8, Spring 2006 ----------------------- Get familiar with the class 'Person' and the derived class 'Student'. Create a class 'Teacher' deriving it from the class Person. In addition to the properties of its base class(Person), the class Teacher should contain the name of the course he/she teaches. Test the classes with the main program.