strongly-typed (adj)~ Pertaining to a collection element whose type ma…
페이지 정보
본문
strongly-typed (adj)~ Pertaining to a collection element whose type matches the actual type of the elements stored in the same collection rather than the type of a base class. struct (n)~ 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.