Hi, i've got a prgram for a college system which allows a user to determine the overall grades for a student. What I want to do is add polymorphism to this program, but im sure how I could? the program uses a base class and a derived class.
The fact that you can't see where to add polymorphism should tip you off that there is no need for polymorphism in your program.
Polymorphism is a means to an end and not a goal in itself.