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
How is lazy loading achieved?
What is lazy loading entity framework?
Does c# have its own class library?
What is the difference between package and interface?
What is before string in c#?
How does the clr work?
What is a constructor in c#?
Are arraylist faster or arrays?
What are generics in c#.net?
What is difference between c and c sharp?
How to sort an int array in c#?
Why do I get a "cs5001: does not have an entry point defined" error when compiling?
What is console used for?
How can we make a thread sleep for infinite period ?
What is variable in c#?