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
Can properties be overloaded in c#?
When should I use static in C#?
What is entity framework in c#?
What is default method in c#?
What is join in c#?
how to stored and retrive video in Sql server using asp.net c#......?
What is deferred execution?
What is difference between continue and break in c#?
In c#, what will happen if you do not explicitly provide a constructor for a class?
What is stringreader in c#?
What is the use of iqueryable in c#?
What is the use of static members with example using c#.net.
What are most desktop applications written in?
In a memory when you Box and Unbox a value-type what happens?
What is a static property. Give an example?