The enum keyword declares an enumerated (unchangeable) type. An enum is a special "class" that represents a group of constants (unchangeable variables, like ...
確定! 回上一頁