What is a enumeration in C#?
Bhuvanesh Mohankumar
An enumeration is a set of named integer constants. An enumerated type is declared using the enum keyword.