Inheritance

Named row data types can inherit from other named row data types. A child row data type inherits the fields of its parent and can be passed to all routines defined for the parent data type.

You can add fields and routines that are only valid for the child data type.

See the Informix® Guide to SQL: Tutorial for more information about inheritance.