What is early binding and late binding

Answer Posted / muhammed zakeer.ms

Early binding means that our code directly interact with
with the obj by directly calling its method.Since compiler
knows the obj data type ahead of time.it can directly
compile our code invokes methods on the obj

Is This Answer Correct ?    20 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain publishers and subscribers in events.

710


What does console readline do?

641


What do you use c# for?

672


What is the use of properties window?

703


What is the difference between select and selectmany?

620


Define multicast delegate in c#?

682


What is lazy class in c#?

631


What is the difference between disposing of () and finalize() methods in c#?

720


What are the different types of classes?

673


What is difference between class and abstract class in c#?

639


Why is static constructor called first?

636


What is the difference between paramaterized constructor and copy constructor?

690


What are the different types of constructors in c#?

776


Does c# support parameterized properties?

692


I want to print "Hello" even before main() is executed. How will you achieve that?

696