What is the difference between struct and class
Anonymous
struct is a value type. class is a reference type. struct cannot have parameterless constructor. struct does not have use to use to declare. struct does not support inherenced
Check out your Company Bowl for anonymous work chats.