Enums Example in C sharp Arabic #45
Suggested Videos
Why Enums in C sharp Arabic #44
❑ Using enums in an example.
❑ The advantages of using enums.
Enums
Enums are strongly typed constants.
❑ If a program uses set of integral numbers , consider replacing them with enums . Which makes the program more .
▪ Readable
▪ Maintainable
n the next session we will different concepts related to enums
Tags:
C sharp