Results 1 to 3 of 3

Thread: dynamic method dispatch

  1. #1

    Question dynamic method dispatch

    how can we implement the run time polymorphisem,can any one expalian with example


  2. #2
    Expert Member
    Join Date
    Dec 2007
    Answers
    138

    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.


  3. #3

    Re: dynamic method dispatch

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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact