...

/

Record and Extensible Enumerations

Record and Extensible Enumerations

Let’s learn about record and extensible enumerations.

We'll cover the following...

Record enumerations

A record enumeration defines a record type with a unique field designated to provide the enumeration literals and a fixed list of records of that type. In general, a record type is defined by a set of field definitions in the form of primitive datatype attributes, such that one of the unique fields is defined as the ...