So I would REALLY HATE to program this whole thing in order to find this isn't practical/doesn't work.
Please bear with the laughable content of this code, and its messiness. I'm lost.
My general idea for the execution of this is to use my base class (Person) to create the basic functions (from the Eren and Levi classes, respectively) so that these daughter classes can override them in their own specific executions. My points system is based on the increment of the climax value for each of the characters.
1. Do I need to make these functions pure virtual in the base class?
2. I haven't started on main yet - but when I do, I will need a for loop. Could someone give me advice where to put it?
3. Will this idea even work, because I am VERY new to polymorphism.