Shubraj
Difference between value and reference type?
By Shubraj in C# on May 06 2012
  • Indranil Lahiri
    Jun, 2015 5

    1. Value Type directly contains the value where Reference Type contains the reference of the memory location where the actual value is stored. 2. Value types are stored in the stack memory but Reference types are stored in the heap memory.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS