What is early binding and late binding
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rajesh
Guys,Can u please Give one example for late binding and
early binding.
Is This Answer Correct ? | 18 Yes | 30 No |
Are tuples immutable c#?
why we can't create an object for a static class?? what is the reason behind this?
What is the difference between dynamic type variables and object type variables in c#?
Can a method be sealed in c#?
How to use exception handling in stored procedure?
Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }
Name the method of servicebase class?
Can you declare a field readonly?
How can you overload a method?
What’s a strong name?
What is the use of iqueryable in c#?
How do I link two windows forms in c#?