you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 8 hours ago* (1 child)

The problem of enums in other languages is that they do not make for a distinct type. They are just integers in a name. Or at least that is the case for C and Java enums.

This is not the case for Java enums.

  • source
  • parent
  • hideshow 1 child comment