Infosys interview question

what is dynamic method dispatch?

Interview Answers

Anonymous

29 May 2012

dont know

Anonymous

5 June 2012

dynamic method dispatch is simply a mechanism where call to a overridden method is resolved at run-time rather than compile time," An example of run time polymorphism"!!