Early bindingand Late binding in C++

What do you mean by late binding? What do you mean by early binding?

  • Rahul
  • 02 अप्रैल
  • 3707 दृश्य
  • 1 उत्तर
Your Answer

Early Binding : As the name indicates, compiler (or linker) directly associate an address to the function call. It replaces the call with a machine language instruction that tells the mainframe to leap to the address of the function.
Late Binding : the compiler adds code that identifies the kind of object at runtime then matches the call with the right function definition

0
c plus plus programming
मॉक परीक्षण अभ्यास के लिए
c plus plus programming