KLA interview question

What is a virtual function?

Interview Answer

Anonymous

25 May 2012

It allows a derived class to be replaced the implementation by a base class.

1