Enums

  • Stands for 'enumeration'.

  • Think of it as a user defined type.

  • Useful for defining a set of predefined values.

Last updated