Geeks Talk

Prepare for your Next Interview




dynamic method dispatch

This is a discussion on dynamic method dispatch within the Java forums, part of the Software Development category; how can we implement the run time polymorphisem,can any one expalian with example...


Go Back   Geeks Talk > Software Development > Java

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 06-29-2008
Junior Member
 
Join Date: Dec 2007
Location: india
Posts: 7
Thanks: 3
Thanked 2 Times in 1 Post
komakula Ravindranath is on a distinguished road
Question dynamic method dispatch

how can we implement the run time polymorphisem,can any one expalian with example
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-30-2008
Expert Member
 
Join Date: Dec 2007
Location: Pune
Posts: 128
Thanks: 0
Thanked 5 Times in 5 Posts
peeyush_jain is on a distinguished road
Re: dynamic method dispatch

Run-time polymorphism (also known as dynamic binding) allows a single object
name to refer to any member of an inheritance hierarchy and permits a procedure to
resolve at run-time which actual object is being referred to. This is useful because it
allows one to write programs in terms of a single type which would behave differently
depending on the actual type. Object-oriented languages support this behavior.
Fortran95 does not, with the exception of elemental functions.
Reply With Quote
The Following User Says Thank You to peeyush_jain For This Useful Post:
  #3 (permalink)  
Old 07-01-2008
Junior Member
 
Join Date: Dec 2007
Location: india
Posts: 7
Thanks: 3
Thanked 2 Times in 1 Post
komakula Ravindranath is on a distinguished road
Re: dynamic method dispatch

thanq for u r reply,can u give me an example on the dynamic method dispatch.
Reply With Quote
Reply

  Geeks Talk > Software Development > Java


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
Dynamic Lookup sakthiganesht Data Warehousing 3 02-27-2008 01:27 AM
Dynamic Link monikasangwan QTP 6 02-21-2008 12:36 AM
Dynamic Sql susarlasireesha SQL 1 10-09-2007 06:17 AM
Dynamic Graph in PHP Shivanna PHP 1 02-06-2007 08:04 AM
Dynamic picklist JobHelper Seibel 1 01-10-2007 11:30 AM


All times are GMT -4. The time now is 09:32 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved