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

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?

1393


What type of loop is a for loop?

682


What is polymorphism used for?

566


class type to basic type conversion

1835


Whats is abstraction in oops?

591






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.

6485


What are oops methods?

566


What is polymorphism explain?

691


to find out the minimum of two integer number of two different classes using friend function

1639


What is difference between inheritance and polymorphism?

571


Why is there no multiple inheritance?

565


What is oops and its features?

587


Give two or more real cenario of virtual function and vertual object

1851


What is encapsulation in oop?

603


Which language is pure oop?

549