Dictionary of Computer and Internet Terms: struct
struct
in C and C#, a data structure consisting of several simpler items grouped together.
A struct is not an object; that is, a struct cannot have method. Java does not have structs; it uses only classes (object types). C# has both.