C++ Virtual Functions Question:
Download Questions PDF

Explain the problem with overriding functions?

Answer:

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.

Download C++ Virtual Functions Interview Questions And Answers PDF

Previous QuestionNext Question
What is Virtual base class uses?Do you know what are pure virtual functions?