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
What is oops and its features?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is polymorphism and its types?
How to hide the base class functionality in Inheritance?
What is difference between pop and oop?
Why is oop useful?
Write a program to reverse a string using recursive function?
What is the example of polymorphism?
How to improve object oriented design skills?
What is ambiguity in inheritance?
What is the purpose of enum?
What is the use of oops?
Is this job good for future? can do this job post grduate student?
What is the main feature of oop?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.