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 do u mean by delegation of authority?
Why is xml called extensible?
What is ado c#?
Why do we use delegates in c#?
Explain the OOPS concept in C#?
What is final keyword in c#?
Can an exception be thrown from a catch block?
What is the difference between array and arraylist in c#?
Differentiate between response.expires and response.expiresabsolute?
What are the different types of constructors in c#?
Explain the security with aop?
if a method is marked as protected internal who can access it?
Int map to which .net types?
How to declares a two-dimensional array in C#?
Why static constructor is parameterless in c#?