Dharmendra Singh
What is difference between Early Binding, Late Binding, Complie Polymorphism and Runtime Polymorphism?
By Dharmendra Singh in ASP.NET on Oct 07 2013
  • Balachandran
    Oct, 2013 10

    Early binding also called Compile polymorphism and Late binding also called Runtime polymorphism.

    • 1
  • Ajit Kawade
    Feb, 2014 11

    1)Early binding also called Compile polymorphism(Static polymorphism) and Late binding also called Runtime polymorphism(dynamic polymorphism). 2)Compile polymorphism is achieved by using Operator Overloading and Function Overloading while Runtime polymorphism is achieved using Virtual function. 3) In Compile polymorphism we can get the object type at compile time so we also called it as Early binding, and in Runtime polymorphism we can get the object type at Run time so we also called it as Late binding.

    • 0
  • Dharmendra Singh
    Oct, 2013 28

    Balachandran ji. check my question then give your explanation..

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS