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


Please Help Members By Posting Answers For Below Questions

what is different between oops and c++

2004


Write a program to reverse a string using recursive function?

1794


What is abstraction with example?

607


Can abstract class have normal methods?

616


Are polymorphisms mutations?

703






Why we use classes in oop?

583


Do you know about multiple inheritance?

641


Why do we use oops?

593


What is and I oop mean?

622


What is property in oops?

569


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2109


How to call a non virtual function in the derived class by using base class pointer

5278


given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy

2150


How to hide the base class functionality in Inheritance?

640


write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.

1795