What are value type and reference type.?
Ask by Jonas Stuart
Updated 16 Sep 2020
Value 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