What is the Difference between value and reference type?
Answer Posted / ravi
1. value type contain variable and reference type are not
containing value directly in its memory.
2.memory is allocated in managed heapin reference type and
in value type memory allocated in stack.
3.reference type ex-class
value type-struct, enumeration
| Is This Answer Correct ? | 36 Yes | 9 No |
Post New Answer View All Answers
Why reflection is used in c#?
What is main thread in c#?
What is an object pool in .net?
Why do we use Design Pattern in C#?
Write a program in c# to find the angle between the hours and minutes in a clock?
Is null == null c#?
What are the steps to make an assembly to public?
Can delegates be used as callbacks?
What is a private method in c#?
Helo , Help Me , Help Me About : C# Windows Application - Network How To Manage IP Client's Accessiblity To The Internet Share concise Substitute , Minor ISA Server
Can constructor be protected in c#?
What can you do as a .net developer?
What is polymorphism in c sharp?
What is int32 maxvalue?
How garbage collection deals with circular references.