home *** CD-ROM | disk | FTP | other *** search
- In this example, the objects "season" and "months" have different
- types. This is because their second template arguments differ.
- The object "season" is of the same class as the object "quarter"
- in the preceding example. The object "months" has the same type
- as the object "year". New classes are not created for these
- objects because the arguments in their declarations exactly match
- the arguments of an existing template class.
-