what is the difference between passing a value object by
reference and a reference object by value?
Answer Posted / c
I am sorry ...above is not correct....actually to pass
reference type as value we need to use clonable/ copy
constructor ...otherwise in C# it is not possible to pass
object as value
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is task parallel library?
How do you create user defined data types in c#?
What does int parse do in c#?
What is difference between singleton and static class in c#?
What is dataset and dataadapter in c#?
What is yield c#?
What is cls, cts and clr in net?
Explain the access modifiers in c#?
What is .edmx file?
Why References are stored on heap and variables on stack?
Can you pass value types by reference to a method?
What is the difference between readkey and readline in c#?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
what is boxing and unboxing?can we initialize unboxing directly?
What is stringbuilder c#?