Enum and Paramterize Enum in Java
What is Enum
Enum is a special data type that consists of a set of pre-defined named values separated by commas. These named values are also known as elements or enumerators or enum instances. Since the values in the enum type are constant, you shoul...
learnwithamol.hashnode.dev1 min read