AMD Interview Question

What is polymorphism?

Interview Answer

Anonymous

May 12, 2010

It is a way of overerriding the behaviour of base class functions in derived classes.

1