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 parameterized constructor?
Which is the base class in c#?
What is a class level variable in c#?
Is array reference type in c#?
Overloaded constructor will call default constructor internally?
Why delegates are safe in c#?
What do u mean by delegation of authority?
What is the difference between IEnumerator and IEnumerable?
List the two important objects of ado.net and also list the namespaces that are commonly used in ado.net to aid in connection to a database.
What does void do in unity?
Explain About .NET Remoting and types of remoting
What is mvc firstordefault?
Is stringbuilder faster than string concatenation c#?
Is the following code legal?
What is Event - Delegate?