what is the difference between passing a value object by
reference and a reference object by value?
Answer Posted / c
When you pass object by reference to any method, you are
passing reference (base pointer) to method. Any changes
done on this object will get reflected in object in caller.
When you pass any object by value, you are passing copy of
the object and not the reference.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Explain dataadapter.update method in .net?
i want the csharp questions&answeres
Is it good to use var in c#?
Is php better than c#?
Is array ienumerable c#?
Which is faster iqueryable or ienumerable?
What is the difference between string and string in c#?
What are properties in c#. Explain with an example?
What is field in c#?
How jit (just in time) works?
Why is static constructor called first?
What is the use of properties window?
How to achieve polymorphism in c#?
Is arraylist faster than linkedlist?
How long has c# been around?