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
what is main function of alternate teamplate of datalist?
What is the use of iqueryable in c#?
What is a class in unity?
the c# keyword .int. Maps to which .net type?
Does google use c#?
what are nullable types in c#
What is difference between gridview and form view?
What is a Managed Code??
What do you use c# for?
What sort algorithm does c# use?
what is inheritance and an example in vb.net and c# of when you might use it?
What is a thread? What is multithreading?
What is data hiding in c#?
How is the syntax written to inherit from a class in C#?Give an example ?
What is an interface class in c#?