home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH14 / A14119.TXT < prev    next >
Encoding:
Text File  |  1993-09-28  |  186 b   |  4 lines

  1. Dynamic binding is the term that is sometimes used to describe the
  2. ability that C++ has to determine at run time which definition
  3. should be invoked when a virtual function is called.
  4.