When you have a function with same name and different parameters in the derived class as that of the base class, then that function will be hidden. You can find more info here..
You can call the specific hidden function by calling like Base::hiddenFun();