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 are the two uses of a ‘using’ statement in c#?
Can a class or a struct have multiple constructors?
What are scriptable objects?
What is a console in c#?
Is the following code legal?
What do you mean by delegates and explain different types of delegates?
What is the signature of a method?
Define Abstract Class in C#
What is data type in c# with example?
How long does it take to learn c# for unity?
What is the difference between func and action delegate?
How is the syntax written to inherit from a class in C#?Give an example ?
How Do You Convert A Value-type To A Reference-type?
What is list array in c#?
What is executereader in c#?