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
Why we use extension methods in c#?
What is ispostback c#?
What is the main method?
List the 5 different access modifiers in c#?
What is monitor in C#?
Why do we need indexers in c#?
What does private void mean in c#?
how encapsulation is implemented in c#
How do I declare inout arguments in c#?
What is assembly version series sequence?
Why do we need private constructor in c#?
Define a manifest in .net?
List out two different types of errors in c#?
What is int16?
What are the steps to create a webservice and consume it?