Prepare for your Next Interview
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...
|
|||
|
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. |
| The Following User Says Thank You to peeyush_jain For This Useful Post: | ||
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| 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 |