An enum is a special "class" that represents a group of constants (unchangeable/read-only variables). To create an enum , use the enum keyword (instead of ...
確定! 回上一頁