Answer Posted / usman
In simple words value types are those datatypes that store
there values on stack memory and values are settle down at
compile time example are "ENUM" and reference type are
those datatype that store there values in heap memory and
settle down while run time i.e dynamic types examples are
strings,class type etc
Cheers
Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What are sessions in c#?
What is the meaning of MSIL?
Which is better javascript or c#?
What is Fragmentation and its Types?
How more than one version of an assembly can keep in same place?
Are multiple data types stored in System.Array?
Can an array be null c#?
Define Final Class in C#
What is args c#?
If I return out of a try/finally in c#, does the code in the finally-clause run?
What is lazy loading c#?
What is the difference between list and arraylist c#?
Why do we need escape characters?
What is a di class?
List the different stages of a thread?