What is early binding and late binding
Answer Posted / muhammed zakeer.ms
Early binding means that our code directly interact with
with the obj by directly calling its method.Since compiler
knows the obj data type ahead of time.it can directly
compile our code invokes methods on the obj
| Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
Can you declare struct members as protected?
What are the Configuration files in .net?
What is the purpose of namespace?
What do you mean by jagged arrays in c#?
Does c# support a variable number of arguments?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
Is php better than c#?
Can abstract class be instantiated c#?
How do I open the console?
What is the difference between final finally and finalize in c#?
What is type keyword in c#?
Is it good to use var in c#?
What is definition in c#?
What are delegates in C#?
Which namespace is required to implement trace ?