Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Java (http://siteownersforums.com/forumdisplay.php?f=12)
-   -   What is Runtime Polymorphism? (http://siteownersforums.com/showthread.php?t=348729)

Pavan Techn 05-29-2018 08:29 AM

What is Runtime Polymorphism?
 
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 super class. The determination of the method to be called is based on the object being referred to by the reference variable.

more details...


All times are GMT -7. The time now is 03:26 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.