what is the difference between value types and reference
types?
Answer Posted / nazrul.nazi
Value type-
1)Direct Contain their data.
2)Operation on one variable don't effect the other variable
3)int,short,structure,enum
Reference type-
1)store the refrence to the data.
2)operation on one variable can effect the other
3)Classes,Array,Delegates
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Can I customise the trace output?
What is the use of TPL DATAFLOW?
6. Wcf- what is SOA
How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts
What is the difference between machine config vs. Web config : Dot net architecture
Explain a .net mobile example with details? : Microsoft dot net mobile
What is difference between Desktop, Client Server & Web based applications?
Explain about .net garbage collector?
What is Object Caching in Visual Studio 2010?
What is gui programming? : .NET Architecture
What is the problem with .net generics?
Explain about generation?
Explain what does the term "green architecture" mean? : .NET Architecture
Whate are resource files? How are they used in .net?
Is dim fs as filestreamobject is a managed code? : Dot net architecture