Enum class is the base class for enumerations used in a program. If you declare an enumeration by the sample enum EnumType { constant1 ...
確定! 回上一頁