What is the difference between reference types and value types
Anonimo
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.