Results 1 to 3 of 3

Thread: what does mean late binding

  1. #1
    Junior Member
    Join Date
    Oct 2007
    Answers
    4

    what does mean late binding

    what does mean late binding.


  2. #2
    Expert Member
    Join Date
    Oct 2007
    Answers
    375

    Re: what does mean late binding

    Hi,

    Binding the Object Library in the code at runtime is Late Binding.
    Usually achieved through CreateObject or GetObject functions.

    Generally Late binding is slower than Early binding but the bigger picture is that Late binding is better when code has to be distributed.


  3. #3
    Expert Member
    Join Date
    Mar 2012
    Answers
    208

    Re: what does mean late binding

    Late binding is a mechanism where the method being called upon an object is looked up by name at runtime. GetObject or CreateObject functions are used to achieve late binding.Most script languages use late binding.It makes use of a lookup which takes longer time because its not a simple offset calculation, there are usually text comparisons to be made.


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