Hi
I am learning object oriented programming with C++ and I am having trouble understanding virtual functions and polymorphism.

I have this simple program:



test.h

#ifndef...