What is early binding and late binding
Answer Posted / kanak
From a program point of view during early binding the
function call is resolved at compile time.
In case of late binding the function call is resolved at
run time with the superclass reference object. It calls the
function of that subclass whose object is being referred by
the superclass reference object.
| Is This Answer Correct ? | 63 Yes | 19 No |
Post New Answer View All Answers
What is float in unity?
Why do we need constructors?
Describe how a .net application is compiled and executed
Is java better than c sharp?
What are extensions in c#?
What is Garbage Collection in .Net?
What is executescalar in c#?
What is a lambda expression in c#?
How can you force derived classes to provide new method implementations for virtual methods?
Can you put two constructor with the same structure in a class?
Explain About stateless and state full web service
What are boxing and unboxing?
Does c# do array bounds checking?
What is difference between value and reference types in C#.NET
Why do we use readonly in c#?