Friday, November 6, 2009

What is reference type?

These datatypes will store only the address as reference. The example of this data types are class, interface, array, Delegate. They are stored in memory in a heap manner.
In addition there are two predefined reference type they are object and string.

No comments:

Post a Comment