Enumerations provide a way to assign ________ to a set of named constants.

  • data
  • functions
  • objects
  • values
Enumerations allow you to assign integer values to a set of named constants, making your code more readable and maintainable by giving meaningful names to values.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *