対訳 参照型
出典:Wiktionary
reference type (複数形 reference types)
出典:Wikipedia
出典:『Wikipedia』 (2009/12/13 20:34 UTC 版)
In programming language theory, a reference type is a data type that can only be accessed by references. Unlike objects of value types, objects of reference types cannot be directly embedded into composite objects and are always dynamically allocated. They are usually destroyed automatically after they become unreachable.