What is enum in c#?



What is enum in c#?..

Answer / Manoj Kumar Kushwaha

An enumeration (enum) in C# is a user-defined data type that consists of a set of named values. Enums are useful for restricting variables to specific values, improving readability and maintainability.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is dao in c#?

1 Answers  


Why do canadians say zed?

1 Answers  


What is c# console application?

1 Answers  


What is a linq in c#?

1 Answers  


Is var a data type?

1 Answers  


What Is An Interface Class?

1 Answers   Siebel Systems,


What is a property c#?

1 Answers  


Can we declare private class in c#?

1 Answers  


Why we use get set property in c#?

1 Answers  


Why constructor is used in c#?

1 Answers  


How to use delegates with events?

1 Answers  


What is difference between first and firstordefault?

1 Answers  


Categories