home *** CD-ROM | disk | FTP | other *** search
- Each template class has an independent copy of all static data
- members declared in the class template. In this example, the
- template classes generated from portfolio will have two such
- members. The member "allowance" is always of type float. The
- type of the member "credit" is different in each template class.
-