Praveen Kumar
What is the usage of Enumeration in C# Programming and is it good to use or not ?
By Praveen Kumar in Algorithms in C# on Nov 01 2015
  • Khaleek Ahmad
    Feb, 2017 2

    Enumeration used for giving a more meaningful name to some constant. Like if you have three action named Add,Remove,Update than you can create an enum enum Mode { Add, Update, Remove }It is good to use enumeration because it improves readability.

    • 3
  • Kapi Shivhare
    Jul, 2016 17

    nice

    • 2
  • sushil kumar
    Jun, 2016 1

    If you have group of constant value then it better to use enums.

    • 1
  • Gayatri Sravya
    May, 2016 4

    It is a feature to group a set of constants.Yes, it is good to use and it ->improves readability -> provides default values to enum members.

    • 1
  • kanhu panda
    Feb, 2016 2

    http://www.codeproject.com/Articles/18809/Enums-in-C

    • 1
  • Praveen Kumar
    Nov, 2015 1

    kindly share your advice?

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS