What you mean by early binding and late binding? How it is related to dynamic binding?



What you mean by early binding and late binding? How it is related to dynamic binding?..

Answer / hrpynux@gmail.com

The compiler performs a process called binding when an object is assigned to an object variable. The early binding (static binding) refers to compile time binding and late binding (dynamic binding) refers to runtime binding.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Find the second maximum in an array?

12 Answers   HCL,


Define namespace in c++?

0 Answers  


What are namespaces in c++?

0 Answers  


Explain what is polymorphism in c++?

0 Answers  


What is size of null class?

6 Answers   HP,






State two differences between C and C++.

0 Answers   Hexaware,


Why c++ is so important?

0 Answers  


What is the identity function in c++? How is it useful?

0 Answers  


What is encapsulation in c++?

0 Answers  


Why we use #include conio h in c++?

0 Answers  


Why do we use setw in c++?

0 Answers  


What is the difference between global variables and static varables?

0 Answers  


Categories