Beginner question: What is binding?
Posted
by JDelage
on Stack Overflow
See other posts from Stack Overflow
or by JDelage
Published on 2010-04-23T13:19:27Z
Indexed on
2010/04/23
13:23 UTC
Read the original article
Hit count: 318
Hi,
I was trying to understand the difference between early and late binding, and in the process realized that the concept of binding is nebulous to me. I think I understand that it relates to the way data-as-a-word-of-memory is linked to type-as-a-set-of-language-features but I am not sure those are the right concepts. Also, how does understanding this deeply help people become better programmers?
Please note: This question is not "what is late v. early binding" or "what are the trade-offs between the 2". Those already exist here.
Thanks,
JDelage
© Stack Overflow or respective owner