Jim Jinkins wrote: > If the function returns the class to a name, that name holds the class > definition. You can instantiate objects of the class using the 'class > name' returned by the function. > > Or so says _my_ interpretation of the tutorial. how am I supposed to interpret "return the class to a name"? </F>