What are Reference types in c#?

Asked 5 years ago
Viewed 637 times

0

What are Reference types in c#?


1 Answer


0

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

answered 5 years ago by Pradeep kumar Patel

Your Answer