What is difference between value and reference types?
Answer Posted / shiva charan
Moreover added to the above points
if two reference variables are pointing to the same
location, change in one reference variable will reflect the
other referenc variable.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the main method?
How do you serialize in c#?
What is boxing & unboxing?
What is c# and why it is used for?
What is a float?
What is difference between C# and VB.NET?
What is Implicit conversion in C#?
What is difference between singleton and static class in c#?
How to find methods of a assembly file (not using ILDASM)?
What is Wrapper class in dot net?
What is Implementation inheritance and interface inheritance?
What is disconnected data architecture in c#?
What is escape sequence in c#?
What is difference between int and int in c#?
What is the difference between constant and readonly in c#?