Tuple subclassing can be used to express natural relationships between classes at the language level. For example, every car is a vehicle, so if the car class subclasses the vehicle class, it can inherit the slots and methods of vehicle.
To define one tuple class as a subclass of another, use the optional superclass parameter to TUPLE::