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 abstract class in oop?
Advantage and disadvantage of routing in telecom sector
What is the importance of oop?
What is the advantage of oop over procedural language?
Why is abstraction needed?
What is inheritance in simple words?
What is debug class?what is trace class? What differences are between them? With examples.
What do you mean by Encapsulation?
Why do we need polymorphism in c#?
What is polymorphism in oops with example?
What is pointer in oop?
What is the point of polymorphism?
Give two or more real cenario of virtual function and vertual object
What is polymorphism what are the different types of polymorphism?
2. Give the different notations for the class.\