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's the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is stringwriter c#?
What is the use of delegates in c#?
Is post back c#?
What are PE(Portable Executable)?
What is the difference between ref & out parameters in c#?
What does type safety mean?
What is a decimal c#?
How can you prevent escaping on backslashes in C# with string definitions?
Is null == null c#?
What is the meaning of MSIL?
What does firstordefault mean in c#?
What is multidimensional array in c#?
What is the relation between classes and objects?
Distinguish between finally and finalize blocks?