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 array class in c#?
What is web forms in c#?
Explain what is an interface in c#?
How can you use abstract class and interface?
What is ControlBox Propertie
If I want to override a method one of class A and in class b then how do you declare?
Why reflection is used in c#?
What is autopostback in c#?
What is alias in c#?
What is strongly typed in c#?
Can you inherit from multiple classes in c#?
What does void do in unity?
what is the difference between .dll and .exe
What operators can be used to cast from one reference type to another without the risk of throwing an exception?
Does hashset allow duplicates c#?