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

  1. Each template class has an independent copy of all static data
  2. members declared in the class template.  In this example, the
  3. template classes generated from portfolio will have two such
  4. members.  The member "allowance" is always of type float.  The
  5. type of the member "credit" is different in each template class.
  6.