Do you know what is overriding?

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online C++ Virtual Functions Job Interview Questions And Answers