Buy Questpond's video subscriptions on
huge discount
.
Online: 7828
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Exclusive Interviews
>
C#
>
Post
|
Interview FAQs
|
Exclusive Interview Home
|
Interview Home
|
Search
Loading ...
what is an Immutable variable?
Posted by
deccansoft
on 9/15/2010 | Category:
C# Interview questions
| Views: 2293
The objects whose value can not be modified means once the value is set it can not be changed.
Example:- string.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
What is ParamArray Parameter?
Next question > :
what is the default value of the first enum member ...
Comments or Responses
Login to post response
More Interview Questions
what is the default value of the first enum member?
what is the size of character when default Encoding is used?
Can a decimal be categorised as floating point datatype?
Which Bitwise Operators are supported in VB.net?
How to iterate loop infinitively?
Why we generally avoid GoTo statement in programming?
What is the use of Step keyword in a For Loop?
which statement is not supported by C# but supports in VB.Net