C++ Virtual Functions Question:
Download Job Interview Questions and Answers 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 Question | Next Question |
What is Virtual base class uses? | Do you know what are pure virtual functions? |