You can use an enumeration if you like. Integer values are assigned starting from 0 automatically, so unless you need different values you can assume the values start at 0 and are assigned in order of creation.
You can use an enumeration if you like. Integer values are assigned starting from 0 automatically, so unless you need different values you can assume the values start at 0 and are assigned in order of creation.