Sollicitatievraag bij Morgan Stanley

Difference between value type and reference types in c#?

Antwoord op sollicitatievraag

Anoniem

17 mrt 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.