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

What is difference between ilist and list in c#?

655


what are pointer types in c#

722


What is c# in asp net?

649


What is unsigned int?

683


What is the difference between Static, Const and read only?

807


What is interface c#?

628


Is c and c# the same?

669


What are the properties of string?

687


What is the difference between “out” and “ref” parameters in c#?

693


What is an expression in c#?

673


what is boxing and unboxing?can we initialize unboxing directly?

680


What are scriptable objects?

687


What the different phase/steps of acquiring a proxy object in webservice?

662


Does c# have a 'throws' clause?

761


Differentiate between copy and default constructor.

764