Q:

What are reference types in C#?

0

What are reference types in C#?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Answer:

reference types stored the address of memory where data is stored
reference types use the heap to store value.
Example: Class, Interface, String, Object, Delegate, Array

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Top 100 C# interview questions and answers 2022

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What is the difference between value types and ref... >>
<< What are value types in C#?...