What is the Difference between value and reference type?
Answer Posted / purish dwivedi
A variable that is a value type, stores the data, while a
variable of a reference type stores a reference to the data.
Value types are stored directly on the stack while Reference
types are stored on the run-time heap.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
Can abstract class be sealed in c#?
Why are dynamic link library used over static one?
Which technology is best for desktop application?
What is cosole application?
Explain About stateless and state full web service
Does the system.exception class have any cool features?
What is the purpose of a console table?
How many types of delegates are there in c#?
What are modifiers in c#?
What is polymorphism and its types in c#?
Are all methods virtual in c#?
Which program construct must return a value?
What is delegates in c#?
Is post back in c#?
Can we inherit private members of class in c#?