What is early binding and late binding
Answer Posted / jiban
Early binding means assigning value to a variable during
design time....
late binding means association of calling block and called
block wii be declair till the exicution time.....
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is object type in c#?
What is the use of 0 in c#?
What is the ouput of the following program?
What is .cshtml file?
Explain About namespaces
What does mean before a string in c#?
What is a service layer c#?
What is console used for?
Explain inheritance in c#?
Explain more on CLR
What is the main usage of keyword “virtual†? How does it work for a method or property?
What is a console file?
In dynamic link library, which api is used for load library?
In object oriented programming, how would you describe encapsulation in c#?
Is struct object oriented?