Values of reference types contain pointers to data instead of the actual data. All reference types are class types, so the data pointed to by a value of a reference type is always an instance of a class. Thus the terms object and reference can be used interchangeably for values of reference types in this sense.
Comments
0 comments
Please sign in to leave a comment.