An Object reference is a pointer to an object stored in memory. The main difference is that the object was previously created (via a new operator, for instance) and its reference is kept via an additional variable, that is, its object reference.
An Object reference is a pointer to an object stored in memory. The main difference is that the object was previously created (via a new
operator, for instance) and its reference is kept via an additional variable, that is, its object reference.