Answers

Question and Answer:

  Home  C++ Virtual Functions

⟩ Do you know what is overriding?

Defining a function in the derived class with same name as in the parent class is called overriding. In C++, the base class member can be overridden by the derived.

 187 views

More Questions for you: