Tuesday, March 16, 2010

The C# Reference Types

The following are the C# reference types: -
•    Class
•    Interface
•    Delegate
•    Object
•    String
It is possible to convert value types to reference types by using boxing and from reference types to value types by using unboxing.

No comments:

Post a Comment