Possible Duplicate:
difference between reference type and value type in c#
Charles Petzold in his book ".Net book zero" has wrote the C# Mantra "Classes are reference types; structures are value types." how it helps, whats its need and what is it?
Possible Duplicate:
difference between reference type and value type in c#
Charles Petzold in his book ".Net book zero" has wrote the C# Mantra "Classes are reference types; structures are value types." how it helps, whats its need and what is it?