What are enumerations?
Answers
Answered by
4
In computer programming, an enumerated type is a data type consisting of a set of named values called elements, members, enumeral, or enumerators of the type.
Answered by
1
Answer:
In computer programming, an enumerated type is a data type consisting of a set of named values called elements, members, enumeral, or enumerators of the type. The enumerator names are usually identifiers that behave as constants in the language. An enumerated type can be seen as a degenerate tagged union of unit type.
Similar questions
Math,
6 months ago
Math,
6 months ago
Math,
6 months ago
Social Sciences,
1 year ago
Computer Science,
1 year ago
English,
1 year ago