Frage im Vorstellungsgespräch bei Fetch

What is the difference between reference types and value types

Antwort im Vorstellungsgespräch

Anonym

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