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
How to put assembly in gac?
What is the main usage of keyword “virtual†? How does it work for a method or property?
How long does a loop recorder procedure take?
Explain About .NET Remoting and types of remoting
What standard types does c# use?
How many classes are there in classification?
Can we create multiple constructors?
What are native functions?
What is arraylist?
What is addressof operator?
Does c# support try-catch-finally blocks?
Explain how can I get around scope problems in a try/catch?
Classes and structs can be declared as static, is this statement true or false?
What is lazy class in c#?
Distinguish between a class and struct?