Good morning! I'm finishing up an assignment, but I'm stuck on two things.
First image is a text comparison (LHS shows correct_output.txt and RHS shows student_output.txt)
As the text comparison shows, I'm having an issue:
It seems that my Racecars are using Car::topSpeed() instead of Racecar::topSpeed() despite the fact that I've declared Car::topSpeed() as virtual, inside the Car::display function.
Any advice on how to troubleshoot this would be greatly appreciated!! T_T