Difference between Value Types and Reference Types
Value Types:
Value Types:
bool, byte, chat, decimal, double, enum , float, int, long, sbyte, short, strut, uint,Reference Types:
ulong, ushort. Value types are stored in the Stack
class, delegate, interface, object, string. Reference types are stored in the Heap
0 comments:
Post a Comment