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
Explain static class members.
What is dapper in c#?
What is nullable types in c#?
what are the different ways a method can be overloaded?
How can you set image source dynamically from c# application to ”test.png” file?
Differentiate between object pooling and connection pooling in c#?
What is ilasm.exe used for?
What is list array in c#?
What is bitwise operator in c#?
the c# keyword .int. Maps to which .net type?
What is xml serialization and deserialization in c#?
Define an assembly in .net?
What is escape sequence in c#?
What is use of singleton class in c#?
Why do we use yield in c#?