Domanda di colloquio di Fetch

What is the difference between reference types and value types

Risposta di colloquio

Anonimo

13 gen 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