home  »  Tech  »  TechNews  »  Structs in C#

1

Structs in C#

Structs are similar to classes in that they represent data structure that can contain data members and function members. However, unlike classes, Structs are value types and do not require heap allocation. variable of a structs type directly contains the data of the structs, whereas a variable of a class type contains a reference to the data, the latter known as an object.   read more »

Related Blog Posts

Advt

Advt

Comments

Post stamped by 1 Humsurfers