what are value types and reference types value


What are value types and reference types? 

Value type - bool, byte, chat, decimal, double, enum , float, int, long, sbyte, short, strut, uint, ulong, ushort.

Value types are stored in the Stack

Reference type - class, delegate, interface, object, string. Reference types are kept in the Heap

 

Request for Solution File

Ask an Expert for Answer!!
DOT NET Programming: what are value types and reference types value
Reference No:- TGS0310346

Expected delivery within 24 Hours