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


Please Help Members By Posting Answers For Below Questions

What is overriding in oops?

612


What is overriding in oop?

554


What is polymorphism in oop example?

521


Why is destructor used?

589


What is overriding vs overloading?

590






What is meant by multiple inheritance?

744


What is oops concept with example?

586


Write a program to sort the number with different sorts in one program ??

1924


What is methods in oop?

559


What is a function in oop?

637


Why is static class not inherited?

601


Why is polymorphism important in oop?

641


What is an example of genetic polymorphism?

657


What is abstraction in oop?

644


What is the difference between encapsulation and polymorphism?

602