Value types are simple types like enums, structs and datatypes like int, char. They are created on the stack and directly contain data. They are state based.
Reference types are complex types like classes, interfaces, delegates. They are created on the heap and are accessed indirectly by...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.