class ClassWithVirtualMethod { private: virtual int getInt() { return 0; }; };