What is difference between value and reference types?
Answer Posted / payal
value
this stored actual value
reference
stored the address of the value
value store in stack
reference is stored in heap
the variable which are value type they each time create
their own copy
the variable which are reference type they refer the same
object every time
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between arraylist and array and in c#?
What are the ways in which client can create object on server in cao model?
Why we use delegates in c#?
How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?
What do you mean by directing?
Why do we use static class in c#?
What does mean before a string in c#?
What is a c sharp?
What is the difference between delegates and superdelegates?
What happens if the inherited interfaces have conflicting method names?
What do you understand by 'access specifiers' in C#?
Is exe is machine dependent?
How do you serialize in c#?
What is the advantage of dependency injection?
Can an abstract class have a constructor c#?