Enumeration |
Top Previous Next |
Semantics An Enumeration is a user-defined data type whose instances are a set of user-specified named enumeration literals. The literals have a relative order but no algebra is defined on them. Procedure for creating enumeration In order to create enumeration,
|