Answer Posted / nitin
Value type directly contain their data in stack and
reference type store a reference to variable's memory
address
value type uses stack and reference type uses heap to store
data
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the properties of string?
How many variables do you need?
What are immutable types in c#?
Can properties be overloaded in c#?
What is “using” statement in c#?
Can we declare class as protected?
Explain the features of an abstract class in net.
Value Type and Reference Type Data type in C#?
Can you prevent a class from being instantiated?
What is the use of nullable types in c#?
What is datasource c#?
Does c# provide copy constructor?
What is overriding in c#?
Does c# support templates?
Do vs while c#?