c# support late binding or early binding.

Answer Posted / kumar

during compilation of program time the binding of function
is called as early binding or static binding.during
compilation time ,the c++ compiler determines which
function is used based on the parameter passed to the
function or functions return type.the compiler then
substitutes the correct function for each invocation.
by default ,c++ follows early binding.with
early binding one can achive greater efficency.function
calls are faster in this case because all the information
necessary to call the function are hard coded.

late binding, during execution of program time the binding
of program time the binding of function is called late
binding.binary binding require some overhead but provides
increase power and flexibility.this binding is implemented
through virtual function.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

To modify an, existing worksheet. What steps are involved for: 1. Inserting and deleting rows and columns. 2. Printing cell formulas 3Jld displayed values 3. Using the page setup command

1773


how can u do connectivity in c++ language? plz send me connectivity code in c++ ?

1889


What are the different types of stl containers?

644


What does stl mean in slang?

645


What is a stl vector?

623






What is stl language?

668


How do I convert a stl file?

559


what is template and type convertion

1990


Is stl part of c++ standard?

637


please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html

1774


What do stl stand for?

633


Define stl.

771


What is a standard template library (stl)?

638


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

2089


write a program to convert a decimal number in to its equivalent binary number?

2075