class base { virtual int method(int); }; class start : public base { virtual int method(int); };