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 this job good for future? can do this job post grduate student?
What is polymorphism programming?
What is oops with example?
write a program that takes input in digits and display the result in words from 1 to 1000
What are functions in oop?
Can we create object of abstract class?
What is stream in oop?
Get me an image implementation program.
Why do pointers exist?
What is inheritance write a program to show use of inheritance?
What are objects in oop?
what type of question are asked in thoughtworks pair programming round ?
What is the real life example of polymorphism?
What is the fundamental idea of oop?
What is oops and why we use oops?