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
Differentiate between the manipulator and setf( ) function?
Who discovered c++?
What is the basic structure of a c++ program?
Is c++ a software?
What are the two types of polymorphism?
Is c++ a low level language?
What is the difference between c++ and turbo c++?
Why is c++ called oops?
What are c++ files?
Explain the advantages of using friend classes.
How many characters are recognized by ANSI C++?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
What is the difference between global variables and local variable
What are the uses of c++ in the real world?
Is c the same as c++?