What is the Difference between value and reference type?
Answer Posted / taranjeet
value type: when value is assigned to another
variable,values are copied.
refrence type: when assignment between two variable accures
only reference is copied value remain same
| Is This Answer Correct ? | 58 Yes | 9 No |
Post New Answer View All Answers
What is the difference between abstraction and encapsulation in c#?
What is xml document how do you open it?
How to implement singleton design pattern in c#?
Explain what is the smallest unit of execution in .net?
What is an array of arrays called?
What is get set in c#?
What is the use of tuple in c#?
What is the difference between finalize() and dispose() methods?
What is serialization in dot net?
What is gridview c#?
What is the base class from which all value types are derived?
What are the advantages of using c#?
Can you store different types in an array in c#?
Is there throws keyword in c#?
What is the .NET collection class that allows an element to be accessed using a unique key?