What are reference types in C#?
Answer:
reference types stored the address of memory where data is storedreference types use the heap to store value.Example: Class, Interface, String, Object, Delegate, Array
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Answer:
reference types stored the address of memory where data is stored
need an explanation for this answer? contact us directly to get an explanation for this answerreference types use the heap to store value.
Example: Class, Interface, String, Object, Delegate, Array