Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is ENUM?

Answer Posted / jagwinder singh

An Enumeration is a set of named integer constants. The keyword enum declares an enumerated type.

Here is example:

enum Apple { Jonathan,Goldendel, reddel,winesap}

by default jonathan has value 0,goldendel=1 and so on

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is entity framework c#?

909


What do you use c# for?

962


Are classes passed by reference in c#?

926


What are the benefits of using the aggregate method in linq?

1061


Explain what is the smallest unit of execution in .net?

984


2. What happened when BO object has been called?

2028


Expalin the way you implement inheritance by using VB.NET/C#?

1001


Can non-default constructors be used with single call sao?

1088


If a child class instance is created, which class constructor is called first - base class or child class?

975


Can we extend static class in c#?

961


What is difference between float and integer?

1040


Define satellite Assembly?

1065


What is method and function in c#?

1047


What are satellite assemblies? How will you get the different language strings?

968


Give an example of a directcast.

988