What is difference between value and reference types ?
Answer Posted / nitin kumar tomar
Value types directly contain their data while reference
types store a references to variable's value memory
and value types uses stack to store data amd reference
types use heap to store data
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is main thread in c#?
Is as keyword in c#?
What is dataset and dataadapter in c#?
Is c# easier than javascript?
How do I create a dbml file?
Why do we use ienumerable in c#?
what are the contents of an assembly ?
What is uint c#?
What is generic types in c#?
How does c# generics and c++ templates compare?
What is the use of oops in c#?
What is a static field?
Why is ienumerable used?
What are managed providers?
Which class comes after the SortedList class?