logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is dynamic binding?


  • Correct Answer
  • Dynamic binding (also known as late binding) means that the code associated with a given procedure call is not known until the time of the call at run timeIt is associated with polymorphism and inheritance 


  • Technology problems


    Search Results


    • 1. What is default constructor?
    • Discuss
    • 2. What is copy constructor?
    • Discuss
    • 3. What are storage qualifiers in C++ ?
    • Discuss
    • 4. What do you mean by reference variable in c++?
    • Discuss
    • 5. what is the use of virtual destructor in c++?
    • Discuss
    • 6. What is namespace?
    • Discuss
    • 7. What do you mean by late binding?
    • Discuss
    • 8. What do you mean by early binding?
    • Discuss
    • 9. What do you mean by multiple inheritance in C++ ?
    • Discuss
    • 10. What is the difference between realloc() and free()?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment