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
Explain the different ways a method can be overloaded?
How do I join one form to another in c#?
Why do we use delegates in c#?
What are abstract classes in c#?
Is c# the same as d flat?
what is scope of a protected internal member variable of a c# class
Differentiate between static class and singleton instance?
What is difference between Enum and Struct?
What are assemblies?
Why do we use yield in c#?
What is icomparable in c#?
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?
What are generations and how are they used by the garbage collector?
So what makes your code really object-oriented #?
What is the use of getcommandlineargs() method in c#.net?