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
What are the steps to create a webservice and consume it?
What all details the assembly manifest will contain?
What is the solution if you need to manipulate sets of items?
Can we have two main methods in c#?
What is the difference between struct and class in c#?
What is a event in c#?
What is a interface in c#?
Where do we use serialization in c#?
What to implement on my class Finalize or IDisposable
What is the difference between convert and parse in c#?
Does the system.exception class have any cool features?
Is type nullable c#?
Structs are not reference types. Can structs have constructors?
Is there a way to force garbage collection?
What is .cs file in c#?