What is early binding and late binding

Answer Posted / ashish dwivedi

early binding---it happens at compile time. it will only
take care of programing part which is all ready defined by
the major classes that we have included..like
#include<stdio.h>
main()
(
printf("hello"); ///predefined function in STDIO.H it will
come under early binding. because STDIO.h has defined the
working of Printf(); Method of function
void abc(a,b),
it is user defined method or function...there is a no
definition of ABC(a,b) available in STDIO.H or any library
so this will come under late binding- at Run time

Is This Answer Correct ?    8 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can abstract class have constructor in c#?

495


Differentiate between object pooling and connection pooling in c#?

548


Is a valid int value?

480


What is the difference between ienumerable and enumerator?

450


What debugging tools come with the .NET ssSDK?

696






Explain how many types of exception handlers are there in .net?

473


Why is ienumerable used?

501


What is an inheritance in c#?

496


Is c# lazy thread safe?

489


What is instantiating a class in c#?

484


What is generic method in c#?

494


What are the Types of values mode can hold session state in web.config

551


What is sqladapter c#?

532


What is cshtml?

524


What is token in c#?

531