What is late bound function call and early bound function
call? Differentiate.
Answer Posted / svlsr2000
Functions are boud to there address so that they could be
executed. if the address of the functions are known durning
compile time the compiler binds it, this kind of binding is
known as compile time binding or early binding. Where as
when we dont know which function needs to be exucuted
during compile time (as in case of dynamic polymorphism),
compiler uses mechaninsm of virtual table and binds the
function address during runtime. this is known as runtime
binding or late binding.
| Is This Answer Correct ? | 24 Yes | 1 No |
Post New Answer View All Answers
Is abstract thinking intelligence?
What are the types of abstraction?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
Which type does string inherit from?
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.
What does sksksk mean in text slang?
What is overloading in oops?
What is and I oop mean?
What is multilevel inheritance explain with example?
#include
What is overriding in oops?
write knight tour problem which is present in datastructure
What are different oops concepts?
Why is oop better than procedural?
Is data hiding and abstraction same?