Answers

Question and Answer:

  Home  C++ Virtual Functions

⟩ Explain the problem with overriding functions?

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.

 226 views

More Questions for you: