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 is .NET framework architecture ??
What is the difference between out and ref in c#?
What is string literal in c#?
4. Describe the process when we send a request URL? And who is responsible for that?
What is difference between out and ref in c#?
who is a protected class-level variable available to?
What is tpl in c#?
How to create events for a control? What is custom events? How to create it?
What is a int in c#?
What is the difference between C# 3.5 and C# 4.0?
Can an abstract class inherit from another abstract class c#?
What is difference between singleton and static class in c#?
What is class method c#?
Why main method is static in c#?
What type is string in c#?