Enumeration
๐ข Step 1: What is an Enum?
๐ Enum (short for Enumeration) means
giving names to numbers โ so your code becomes easy to read and understand.
Itโs a user-defined data type that allows you to assign names to integer values.
๐ธ Without enum (normal ...
yesamitsingh.hashnode.dev3 min read