Question of The day > Q) What is Runtime Polymorphism? Answer - - TopicsExpress



          

Question of The day > Q) What is Runtime Polymorphism? Answer - Runtime polymorphism or dynamic method dispatch is a process in which a call to an overridden method is resolved at runtime rather than at compile-time. In this process, an overridden method is called through the reference variable of a superclass. The determination of the method to be called is based on the object being referred to by the reference variable.
Posted on: Tue, 23 Sep 2014 06:10:59 +0000

Trending Topics



Recently Viewed Topics




© 2015