I am trying to understand inheritance and polymorphism. When I run this :
#include using namespace std; class Base { int x; publ