What you mean by early binding and late binding? How it is related to dynamic binding?
Answer Posted / 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 View All Answers
Explain the use of this pointer?
What is a dll entry point?
What is std :: endl?
What can I safely assume about the initial values of variables which are not explicitly initialized?
What is dynamic and static typing?
What is the v-ptr?
What is the object serialization?
Why c++ is the best language?
What return value must conversion operators have in their declaration?
Explain this pointer?
How can I learn dev c++ programming?
Difference between pointer to constant and constant pointer to a constant. Give example.
Difference between a homogeneous and a heterogeneous container
Can we define function inside main in c++?
Why do we need constructors in c++?