Home >  Term: struct
struct

A compound data type that is typically used to contain a few variables that have some logical relationship. Structs can also contain methods and events. Structs do not support inheritance but they do support interfaces. A struct is a value type, while a class is a reference type.

0 0

Creator

© 2026 CSOFT International, Ltd.