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 data encapsulation in C++?
When we use Abstract Class and when we use Interface?where we will implement in real time?
What is a list c++?
What are the basics concepts of OOPS?
Explain the extern storage classes in c++.
What is an adaptor class or wrapper class in c++?
Is c++ slower than c?
Write a code/algo to find the frequency of each element in an array?
Write about the use of the virtual destructor?
What is the hardest coding language to learn?
Can turbo c++ run c program?
What is iterator in c++?