What is the differences between class and struct?
Anonymous
In Class all the reference types are allocated on heap memory, in structs all the value types are allocated on stack memory. Classes are of reference types, structs are of value types.
Check out your Company Bowl for anonymous work chats.