Qus:    Early binding and late binding?
Dec 21, 2020 15:16 2 Answers Views: 602 PADMAKEECHU

 Early binding refers to events that occur at compile time whereas late binding refers to function calls that are not resolved until run time. Virtual functions are used to achieve late binding.

Prev Next
Answers (2)
PARTH Dec 22, 2020 07:06
Answer:   Early binding refers to events that occur at compile time whereas late binding refers to function calls that are not resolved until run time. Virtual functions are used to achieve late binding.

SHIVA Dec 22, 2020 10:10
Answer:   Method call at runtime is late binding (Method Overriding) Method call at compile time is called early binding (Method Overloading).

Post Your Answer
Guest User

Not sure what course is right for you?

Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.


Let`s Connect