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
What is polymorphism oop?
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.
What is object and class in oops?
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?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is multilevel inheritance in oop?
why reinterpret cast is considered dangerous?
Why do we use class in oops?
Is html an oop?
What is difference between abstraction and encapsulation?
officer say me - i am offered to a smoking , then what can you say
What is meant by oops concept?
What is abstraction in oop with example?
write a program that takes input in digits and display the result in words from 1 to 1000
#include