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 a class or a struct as constant?
How to implement an object pool in c#.net.
What are the different types of constructors in c#?
What is transparent caching with aop ?
How can you read 3rd line from a text file?
Do loops c#?
Are there functions in c#?
Why static constructor is parameterless in c#?
Define constructor in c#.
How do I start a program in c#?
Explain About Iunknown interface Queue
Is c# used for frontend or backend?
Why would you use a class property in c#?
What is a dictionary in c#?
What are partial types in c#?