Answer Posted / sushma
value types store values,even if we copy that the orginal
one it is uneffected,even if we modify the copied one ,
the reference types stores refereneces of the object, if
copy that one ,it is effected,if we modify the copied one
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between the "throw" and "throw ex" in .net?
What are types in c#?
Can we inherit partial class in c#?
What is datagrid c#?
What do you mean by default constructor?
How do I format a string in c#?
What is lazy loading and eager loading in c#?
Can the nested class access, the containing class. Give an example?
What are the three types of operators?
What do you mean by jagged array?
Explain how can I get around scope problems in a try/catch?
What is tuple in c#?
Define satellite Assembly in .NET?
What is callback method in c#?
Is enum a value type c#?