What is late bound function call and early bound function
call? Differentiate.
Answer Posted / amrut kanthavadiya
if function or any variable known during the compile time
such Binding is known as Early Binding.
if during compile time does not specify which function is
bind. such binding known as Late Binding.
Example
--------
Object is best Example of late binding
we are bind object variable at Dynamically when we use the
object.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is overriding vs overloading?
What are the advantages of polymorphism?
Please send ford technologies placement paper 2 my mail id
What is the important feature of inheritance?
What is the fundamental idea of oop?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Can we override main method? What is inheritance and how many types of inheritance? How to use CMutex, CSemaphore in VC++ MFC What is polymorphism and why is it important? Is abstract thinking intelligence? Why is polymorphism needed?