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
Why do we use polymorphism in c#?
What are the different approaches of passing parameters to a method?
Why are strings immutable c#?
What is int32?
What are delegates and why are they required?
What is ienumerable t in c#?
Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?
hi my question is about understanding a text the user entered to a site , so i want to analyse that text looking for some specific items such as "honda" "shoffere" etc.. so if this site could help or could tell me where to go with such question ,i wonder. thanks
How do you comment out code in c#?
What is the difference between int.parse and int.tryparse methods?
Can fields inside a class be virtual?
What is the difference between Static, Const and read only?
What does the dispose method do with the connection object?
Is it possible to nest cfml conditional tags?
How string definitions will prevent escaping on backslashes in C#?