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
What is the difference between multiple and multilevel inheritance in c++?
What is the full form of stl in c++?
Why do we need pointers?
What is a pdb file?
Can we use this pointer in a class specific, operator-overloading function for new operator?
What is lambda expression c++?
Can a Structure contain a Pointer to itself?
What is the auto keyword good for in c++?
What is the keyword auto for?
Why do we use classes in programming?
What is a far pointer? where we use it?
Is linux written in c or c++?
You run a shell on unix system. How would you tell which shell are you running?
What is the difference between c++ and turbo c++?
What do you mean by inheritance in c++?