KLA Interview Question

What is a virtual function?

Interview Answer

Anonymous

May 25, 2012

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

1