Definitions for "Struct" Add To Word List
Login or Register  | Word Lists | Search History

a class in which all data is public
Helpful?           0
a collection of data, a class is a collection of capabilities
Helpful?           0
a collection of variables
Helpful?           0
a compound type that contains data fields, procedural methods, and other members
Helpful?           0
a compound type which puts together arbitrary UNOIDL types to form a new data type
Helpful?           0
a data object which holds other data objects of arbitrary pre-specified types
Helpful?           0
a data type that completely contains related data in one compact form, allowing you to pass a single variable to your functions
Helpful?           0
a means of storing data
Helpful?           0
an aggregate data type, like an array
Helpful?           0
an aggregate type made up // of smaller types
Helpful?           0
a type of variable (i
Helpful?           0
a type with named fields and values
Helpful?           0
a user-defined type The typedef operator also permits us to use an alternate name for a defined type
Helpful?           0
a user defined value type tailored to suit a specific need
Helpful?           0
a value object and class is a reference object
Helpful?           0
a way to organize a group of unlike variable types under a single name
Helpful?           0
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. For more information, see Structs.
Helpful?           0