The Value Types which includes most built-in types such as numeric types,
char types and bool types as well as the custom struct and enum types.
The content of a Value Type variable is simply a value.
But in case of Reference Types,
it includes all classes, array, interface, and delegate types.
This is quite different from value type.
It contains two parts that is an object and the reference to that object.
The content of this type is a reference to an object that contains a value.
If you have better answer then please reply.
|