Value Type vs. Reference Type
•Value
type instances created on stack
•Reference
types instances created on heap
•These
are very similar to the concept in Java
•Evaluation
of Equals
–on
value types compares value
–on
reference types compares identity
•
•Reference
types are initialized to null
•Unboxed
value types initialized to a default value