What is early binding and late binding

Answers were Sorted based on User's Feedback



What is early binding and late binding..

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

What is early binding and late binding..

Answer / rajesh

Guys,Can u please Give one example for late binding and
early binding.

Is This Answer Correct ?    18 Yes 30 No

Post New Answer

More C Sharp Interview Questions

Are tuples immutable c#?

0 Answers  


why we can't create an object for a static class?? what is the reason behind this?

4 Answers   HCL,


What is the difference between dynamic type variables and object type variables in c#?

0 Answers  


Can a method be sealed in c#?

0 Answers  


How to use exception handling in stored procedure?

0 Answers   Wipro,






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 }

2 Answers   Proteans,


Name the method of servicebase class?

0 Answers  


Can you declare a field readonly?

0 Answers  


How can you overload a method?

6 Answers  


What’s a strong name?

0 Answers  


What is the use of iqueryable in c#?

0 Answers  


How do I link two windows forms in c#?

0 Answers  


Categories