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...


Readonly vs. const?

Answers were Sorted based on User's Feedback



Readonly vs. const?..

Answer / pavan

both of them does the same work these value cannot be
changed
but with a samll difference
using const we can assign a value before compile time
but using readonly we can assign value to the varible ones
in runtime

Is This Answer Correct ?    14 Yes 0 No

Readonly vs. const?..

Answer / j_baghla

Both are used for constant values but in readonly variable
we can assign the value thru expression but we can't assign
value to constant variable thru expression.

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More Dot Net General Interview Questions

What is dot net architecture?

0 Answers  


what is managed data and managed code?

2 Answers  


What is the intermediate language between asp and asp.net1.0?

0 Answers  


What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?

0 Answers  


What is implement a generic action in webapi?

0 Answers  


What is the difference between odbc and ado?

0 Answers  


Give an example for setter/ write-only methods

1 Answers  


Explain what is a manifest in .net?

0 Answers  


What is the difference between a debug and release build?

0 Answers  


Can you explain what do you understand about web service?

0 Answers   Accenture,


What does cli do?

0 Answers  


What is use of ContextUtil class?

1 Answers  


Categories