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 are activex and ole?
What is the difference between equal to (==) and assignment operator (=)?
What are c++ storage classes?
Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
Define Virtual function in C++.
What is the use of register keyword with the variables?
Explain what are single and multiple inheritances in c++?
Explain register storage specifier.
What are the debugging methods you use when came across a problem?
What is array give example?
describe private access specifiers?
How many types of scopes are there in c++?