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.
작성자 정보
- 지티 작성
- 작성일
컨텐츠 정보
- 51 조회
- 목록
본문
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.