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 is the difference between interface and abstract class in c#?
Why dependency injection is used in c#?
What are the collection types can be used in c#?
What is cosole application?
What is the difference between system.text.stringbuilder and system.string?
What are the different types of classes?
What are some examples of desktop applications?
Can we have two main methods in c#?
Which controls do not have events?
How can I process command-line arguments?
What is a hashset c#?
What is the use of the dispose method in C# ?
Explain Direct CAST vs CType ?
What does readonly mean in c#?
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?