What are Reference types in c#?

Asked 6 years ago 801 views

1 Answer


0
 Below are the list of Reference types in C# programming language.
• Class
• Object
• String
• interface

Write Your Answer