noun
reference type
In programming, a data type whose values are references to objects, as opposed to value types. Common in languages like Java and C#.
Javaでは、クラスは参照型です。
In Java, classes are reference types.
参照型の変数はオブジェクトへの参照
A variable of a reference type holds a reference to an object.