1
Reply

Difference between value and reference type?

Shubraj

Shubraj

12y
1.5k
0
Reply

    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.