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 reflection c#?
Can you declare a field readonly?
What are most desktop applications written in?
What is the difference between list and array in c#?
What is namespace explain with example?
What is delegates and events?
What does void do in c#?
What are the Uses of CLR
How long can a string be c#?
List the difference between interface and abstract class?
How to generate strong name key file or which command is used to generated strong name key file?
what is a structure in c#
What is static classes?
Can you store strings in arrays?
Explain the difference between .net and c#?