home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH15 / A15097.TXT < prev    next >
Encoding:
Text File  |  1993-09-29  |  324 b   |  6 lines

  1. The compiler duplicates the code in a template whenever it creates
  2. a class or function.  At the same time, the compiler substitutes
  3. specific types or constants for the arguments of the template.
  4. Unlike classes in an inheritance hierarchy, all classes or
  5. functions created from a template are independent of each other.
  6.