Chapter 6
Fundamentals of Objected Oriented Programming - Web Forms Version
Section 17
Using Enumerations to Represent Named Constants
Here we will see how enumerations make working with lists of named constants easier and more natural. We will create and use simple enumeration.