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
write a program to find the biggest palindrome in the given string
Can you change the value of a constant filed after its declaration?
Explain what is the smallest unit of execution in .net?
What is exe in c#?
What is an escape sequence in c#?
Why data types are important in c#?
How do you define a predicate?
What is super class in c#?
What is hashmap in c#?
What is the difference between int.parse and int.tryparse methods?
Explain about accessibility modifier 'protected internal'?
What do you mean by hashtable c#?
How can I check the type of an object at runtime?
What is Delegate and what is it used for ?
How you will create satellite assemblies?