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
Is post back in c#?
Why do we need interfaces in c#?
What is a partial class. Give an example?
How to force my .net app to run as administrator on windows 7?
Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records
What is a type c#?
What is console application with example?
Why do we need a singleton class?
What tool we have to use to install assembli in gac folder.
What is c# commonly used for?
what is the index value of the first element in an array?
What is a variable in c#?
Is string a data type in c#?
How are methods overloaded?
What does void mean in c#?