Domanda di colloquio di Morgan Stanley

Difference between value type and reference types in c#?

Risposta di colloquio

Anonimo

17 mar 2017

Difference between a Value Type and a Reference Type. ... A Value Type holds the data within its own memory allocation and a Reference Type contains a pointer to another memory location that holds the real data. Reference Type variables are stored in the heap while Value Type variables are stored in the stack.