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
Can abstract class have constructor?
Why do I get a security exception when I try to run my c# app?
What is an escape sequence? Name some string escape sequences in c#.
how to stored and retrive video in Sql server using asp.net c#......?
What is keywords in c#?
Ho we can see assembly information?
What is an assembly qualified name? Is it a filename? How is it different?
Does c# support properties of array types?
Why do we need serialization?
What is difference between singleton and static class in c#?
What is the difference between ienumerable and enumerator?
What is anonymous method in c#?
What is a cshtml file?
What is namespace give the example?
Define an assembly in .net?