Question d’entretien chez Fetch

What is the difference between reference types and value types

Réponse à la question d'entretien

Utilisateur anonyme

13 janv. 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