How to determine Late binding or early binding
-
I would like to know how we can determine whether a function call is resolved at runtime or compile time. Thanks in Advance Anand
Not everything that can be counted counts, and not everything that counts can be counted
How about using Reflection?
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
Regional Weblog (in Tamil) :: Voicing for the Society
Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT. -
How about using Reflection?
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
Regional Weblog (in Tamil) :: Voicing for the Society
Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.Thanks. But I would like to find when is the reference resolved really at runtime or compile time. We say a simple function call is resolved at compile time and something complex with inheritance is resolved at run time. How can I really see it or make sure that how its done. Is there any way to find it with reflection libraries. If yes give me some examples. Thanks a lot Anand
Not everything that can be counted counts, and not everything that counts can be counted