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
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
Explain pass by value and pass by reference.
What is c++ and its features?
Write about the access privileges in c++ and also mention about its default access level?
How can I improve my c++ skills?
Define the process of error-handling in case of constructor failure?
Explain rtti.
What are stacks? Give an example where they are useful.
Describe the process of creation and destruction of a derived class object?
Describe delete operator?
How a macro differs from a template?
What are features of c++?
What is algorithm in c++ programming?
Differentiate between the message and method in c++?
Is c++ harder than java?