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 the main differnce between const,readonly and static

Answer Posted / vijay rana

const is used to create a constant value which will be
constant throuout the class

static is used for a commaon variable for all objects, it is
not part of a object, it is a part of class, every object
will share this value,
read,

there are many situation in which we want to intialize the
value of a constat variabl at run time, in which we can have
different values for different objects, with the help of
readonly we can define the value of any object at runtime
which will not be changed later

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is predicate a functional interface?

1005


how to insert the data from the grid view to database table though button click.pls send the answer to mail id suri1319@gmail.com

1949


How do I declare a pure virtual function in c#?

1034


What is dictionary and hashtable in c#?

1019


What is private variable?

947


how to sort an array in c#

1057


What is the default scope of a class in c#?

1000


Explain the difference between a sub and a function in c#.

1075


Is list ienumerable c#?

1039


What are scriptable objects?

975


What is difference between out and ref in c#?

1039


What is the difference between delegates and superdelegates?

954


What is this keyword in C#?

1028


When can a derived class override a base class member?

949


Define sealed classes in c#?

970