ThesaHelp: references i-l
Topic: enumerated data types
Topic: types of object-oriented classes
| |
Reference
Lins, C.,
"Programming without enumerations in Oberon",
SIGPLAN, 25, 7, pp. 19-27, July 1990.
Google
Quotations
20 ;;Quote: need to use named constants instead of enumerations if separate definition from implementation; otherwise need to recompile everything
| 21 ;;Quote: if enumerations define array bounds, then the size of an array depends on the enumeration's definition
| 22 ;;Quote: an enumeration not only specifies names but also their ordinal positions; creates hidden information and dependencies
| 22 ;;Quote: declare classes for enumerations and enumeration constants, with objects for enumeration values
|
Related Topics
ThesaHelp: references i-l (342 items)
Topic: enumerated data types (17 items)
Topic: types of object-oriented classes (18 items)
|