Transcription: You can supply an explicit definition of a class with arguments that match a class template. The class must be defined before a template class that exactly matches its arguments is created. For example, a class created from the template class sample may not be appropriate for objects in which the data member ident is a fraction. Here, the explicitly defined class is used instead of the template for the object weeks.