What you mean by early binding and late binding? How it is related to dynamic binding?
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 |
What is a string example?
What is & in c++ function?
What is function overloading in C++?
Why c++ is called oop?
Why is c++ still best?
What is c++ coding?
Is swift better than c++?
Does c++ cost money?
What is c++ good for?
What is decltype c++?
What is c++ iterator?
What is the output of the following program? Why?