What is problem with overriding functions?

Submitted by: Muhammad
Overriding of functions occurs in Inheritance. A derived class may override a base class member function. In overriding, the function names and parameter list are same in both the functions.
Submitted by: Muhammad

Read Online C++ Virtual Functions Job Interview Questions And Answers