runtime polymorphism

Aug 5 2009 12:48 AM
Looking for good practical example where we can use the concept of Run time polymorphism (Dynamic Dispatch Method).
I have seen the example but everytime I got that we are referring base class to child class and referring it's functions. But same can be done without it.
So why and when should we use runtime polymorphism? Looking for some good practical exmaple, illustrated with both runtime and without runtime.

Answers (1)