What is early binding and late binding

Answer Posted / susheel maan

Compiler can bind the objects to methods at run time this
is called late binding or dynamic binding.

Compiler can bind the objects to mehods at compile time
this is called early binding or static binding.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What language do desktop applications use?

480


How do you specify a custom attribute for the entire assembly (rather than for a class)?

525


How do you create dlls in .NET

578


What is a console device?

485


Are arraylist faster or arrays?

495






Why do we need interfaces in c#?

488


What is before string in c#?

498


Is an array an object c#?

542


Is c# and c same?

509


I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?

574


What are indexers in c# .net?

529


What is function and method in c#?

515


Why use a singleton instead of static methods?

465


What is the delegates in c#?

515


Explain the difference between “constant” and “read-only” variables used in c#?

513