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
How long does a loop recorder procedure take?
What is thread life cycle in c#?
What is autopostback in c#?
What is difference between assembly and dll?
What do you mean by a windows process in regards to memory allocation?
What does the initial catalog parameter define in the connection string?
Can abstract classes be final?
Can properties be static in c#?
What are expressions c#?
What is the property of a class in c#?
What is an escape sequence in c#?
What is form feed in c#?
What are accessors?
What is overloading with example?
Explain states of a thread in c#?