What is difference between value and reference types?
Answer Posted / surya
Value Type holds the data within this own memory allocation.
where as Reference Type contains a pointer to another
memory location that holds the data.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is java better than c#?
What is the purpose of static?
What is 8 bit signed integer?
What does void do in unity?
What is difference between dictionary and hashtable?
What is the difference between string keyword and system.string class?
What is difference between array and arraylist c#?
Does a loop recorder have to be removed?
What are the Types of compatabilities and explain them
What is an escape sequence? Name some string escape sequences in c#.
Are c and c# the same thing?
Explain the difference between .net and c#?
Is predicate a functional interface?
Explain copy constructor?
Is list a collection c#?