What are value type and reference type.?
1144
24-Feb-2017
Jonas Stuart
24-Feb-2017Value types are stored in the stack where a reference types are stored on heap.
Value type
Int,enum,byte,decimal,double,long
Reference types
String,class,interface object