Late Binding - Late Binding Implementations - Late Binding in C++

Late Binding in C++

In C++, late binding (also called "dynamic binding") is normally made happen by prepending the virtual keyword to a method. C++ will then create a so-called virtual table, which is a look-up table for functions that from now on will always be consulted on each function call. You may find further information about this type of late binding under the related article of Dynamic dispatch; however, it must be noted that even in textbooks the "late binding" term is used in favor of "dynamic dispatch".

Read more about this topic:  Late Binding, Late Binding Implementations

Famous quotes containing the words late and/or binding:

    The truth is, I do indulge myself a little the more in pleasure, knowing that this is the proper age of my life to do it; and, out of my observation that most men that do thrive in the world do forget to take pleasure during the time that they are getting their estate, but reserve that till they have got one, and then it is too late for them to enjoy it.
    Samuel Pepys (1633–1703)

    [Government’s] true strength consists in leaving individuals and states as much as possible to themselves—in making itself felt, not in its power, but in its beneficence, not in its control, but in its protection, not in binding the states more closely to the center, but leaving each to move unobstructed in its proper orbit.
    Andrew Jackson (1767–1845)