Answer Posted / muthukumar
The enum keyword is used to declare an enumeration, a
distinct type consisting of a set of named constants called
the enumerator list. Every enumeration type has an
underlying type, which can be any integral type except
char.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between object type and dynamic type variables in c#?
Is array a list?
Is c# lazy thread safe?
How to properly clean up excel interop objects?
List some Advantages of switch-case over if else?
What is ilasm.exe used for?
What is console writeline in c#?
How more than one version of an assembly can keep in same place?
What exactly happens when we debug and build the program?
What is an abstract class c#?
Is comparable a functional interface?
Where are value types stored in c#?
Can a struct inherit from an interface in c#?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
What is the difference between finalize() and dispose()?