What is the Difference between value and reference type?
Answer Posted / taranjeet
value type: when value is assigned to another
variable,values are copied.
refrence type: when assignment between two variable accures
only reference is copied value remain same
| Is This Answer Correct ? | 58 Yes | 9 No |
Post New Answer View All Answers
What is connection pooling in ado.net?
Which is better javascript or c#?
What the different phase/steps of acquiring a proxy object in webservice?
What is marshalling and what are different kinds of marshalling?
What is trim in c#?
Is it possible to have a static indexer in c#? Allowed in c#.
Why is main static in c#?
How do I type a whitespace character?
To whom a method is accesssed if it is marked as protected internal ?
Can I use parseint?
What is data set in c#?
How can we set the class to be inherited, but prevent the method from being over-ridden?
What is the example of predicate?
Define boxing and unboxing in c#?
What are PE(Portable Executable)?