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
Why are arrays usually processed with for loop?
Is ca high or low level language?
Is c++ still in demand?
What is the iunknown interface?
What is pointer in c++ with example?
Explain the differences between private, public and protected and give examples.
Which format specifier is used for printing a pointer value?
Explain the extern storage classes in c++.
What is the main use of c++?
What is atoi?
Explain operator overloading.
What is data type in c++?
What is c++ 11 and c++ 14?
Which ide is best for c++?
What is singleton class in c++?