What is difference between value and reference types?
Answer Posted / chaitanya.k
Value types allocates the values in stack
Reference types allocates the value references in Heap
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the use of parse in c#?
What is the main purpose of linq?
Is there an equivalent to the instanceof operator in visual j++?
What is the difference between list and dictionary in c#?
What happens if a static constructor throws an exception?
Explain about accessibility modifier 'protected internal'?
Why do we need abstract class?
How do I open the console?
Difference between Value type & reference types ? and give the example in .Net?
What is the difference between array and list in c#?
What is use of FormBoarderStyle Propertie
How many classes are there in classification?
Which constructor is called first in c#?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
What is inline function in c#?