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 destructor oops?
• What are the desirable attributes for memory managment?
What is polymorphism oop?
Why oops is important?
Can you inherit a private class?
What are different oops concepts?
What is difference between inheritance and polymorphism?
What is coupling in oops?
Can we create object of abstract class?
Why interface is used?
What is meant by multiple inheritance?
State what is encapsulation and friend function?
What is class in oop with example?
What is new keyword in oops?
What is the difference between abstraction and polymorphism?