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
Explain the importance and use of each, version, culture and publickeytoken for an assembly.
Which are the loop types available in c#?
What are the properties of string?
What is a Managed Code??
What is the property of a class in c#?
What is remote data?
What is writeline in c#?
What are the 2 broad classifications of fields in c#?
What is as keyword in c#?
What is arraylist class in c#?
Why do we use threads in c#?
What are the collection types can be used in c#?
What is the difference between interface and inheritance in c#?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
What is dataadapter c#?