i'm new in c sharp and i read about struct,which is more like a class. But i still dont understan realy, why i should struct?what is advantage? i read that that structs cannot be abstract and do not support implementation inheritance. i could unnderstand this and than thay said the important difference with a class is that structs are value types, while classes are reference types?what is the big advantage of this?
thanks
thanks