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
Is c++ still being used?
What's the best free c++ profiler for windows?
Why is c++ still used?
What new()is different from malloc()?
What is null pointer and void pointer?
Difference between Abstraction and encapsulation in C++?
State two differences between C and C++.
What's the "software peter principleā?
What is the protected keyword used for?
What is the latest c++ standard?
What is a list c++?
What are the advantages of prototyping?
What happens when you make call 'delete this;'?
Do class declarations end with a semicolon? Do class method definitions?
Can we define a constructor as virtual in c++?