Pregunta de entrevista de Fetch

What is the difference between reference types and value types

Respuesta de la entrevista

Anónimo

13 ene 2022

I explained how value types make a copy, whereas reference types actually reference the object itself. Also explained which things are reference, like class, etc and which are value, like struct, etc.

1