Schonfeld Interview Question

What is a virtual method?

Interview Answer

Anonymous

Aug 11, 2014

It might be defined in sub-class. So, it makes them to work according to their actual object type by following the overridden method.