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 difference between ienumerable and ienumerator in c#?
What does async mean in c#?
How to add a readonly property in c#.net
How do you escape in c#?
What is the difference between dataset and datatable in c#?
Write down the c# syntax to catch an exception
Is class reference type c#?
What is integer c#?
What's the difference between WindowsDefaultLocation and WindowsDefaultBounds?
Why do we need collections in c#?
Explain lock, monitors, and mutex object in threading.
Which are the loop types available in c#?
Illustrate the differences between the system.array.copyto() and system.array.clone()?
Who benefits from ajax?
Can I call a virtual method from a constructor/destructor?