Answers

Question and Answer:

  Home  C++ Virtual Functions

⟩ What is 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.

 178 views

More Questions for you: