/student_polymorphism

C++ utilizing polymorphism with student as a base class, three derived, and pointers!

Contains a student base class and three derived classes.

The other classes, Grad, GradAssist, Undergrad, all inherit some features while overriding others as appropriate.