Reference types - Csharp.Net

Q.  Which of the following are reference types?
- Published on 31 Aug 15

a. String
b. Exception
c. Class
d. All of the above

ANSWER: All of the above
 

    Discussion

  • Brijesh   -Posted on 30 Sep 15
    String, Exception class, class all are reference types. Reference types are allocated on managed heap.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)