home *** CD-ROM | disk | FTP | other *** search
- A template class may be created when an object is declared and the
- declaration includes arguments matching a class template. A
- template class is an instance of the class template. Here, before
- constructing the object "year", the compiler creates a template
- class. In this class, the data member "ident" is an integer and
- the data member "period" is an array of twelve String objects.
-