Why Enums in C sharp Arabic #44
Suggested Videos
Exception handling abuse solved in C sharp Arabic #43
❑ .Why enums are required.
❑ What are the problems of not using enums.
Why Enums
Enums are strongly typed constants.
❑ If a program uses set of integral numbers , consider replacing them with enums . Otherwise the program becomes less.
▪ Readable
▪ Maintainable
❑ In the next session we will replace, these integral numbers with enums , which makes the program better readable and maintainable.
Tags:
C sharp