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 container class?
Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?
What is meant by the term name mangling in c++?
What is extern c++?
What is the difference between public, private, and protected access?
What is the use of the this pointer?
What is the size of integer variable?
What are the basics concepts of OOPS?
What is the difference between a pointer and a link in c ++?
How is c++ different from java?
What is c++ redistributable?
How do c++ struct differs from the c++ class?