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 signature c#?
What are the different types of delegation?
What is the size of a decimal?
Is it possible to inline assembly or il in c# code?
How to find methods of a assembly file (not using ILDASM)?
Why c# is called c sharp?
Explain the difference between a sub and a function in c#.
Why do we use void in c#?
For read-only operation which property you have to designated?
Is array passed by reference in c#?
What is single dimensional array in c#?
What is overloading with example?
What is an example of delegation?
Does hashset allow duplicates c#?
How can you force derived classes to provide new method implementations for virtual methods?