1. Compiler reports an error on compilation.
2.Only base class function will get called irrespective of object.
3.Only derived class function will get called irrespective of object.
4.Base class object will call base class function and derived class object will call derived class function.