What are the reference types in C#?

 Posted by Goud.Kv on 9/3/2014 | Category: C# Interview questions | Views: 1675 | Points: 40
Answer:

These are important as well as complex than value types in C#.

Reference type comprises all the class, array, interface and delegate.
A reference type contains an object and a reference to that object.

These types are derived from the C# reference. class is the most widely used reference type in C#.


Asked In: Spotted While Learning | Alert Moderator 

Comments or Responses

Login to post response