What is difference between value and reference types?
Answer Posted / surya
Value Type holds the data within this own memory allocation.
where as Reference Type contains a pointer to another
memory location that holds the data.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Are private members inherited in c#?
What is view state c#?
What are strings in c#?
What is the root element of an xml file?
How to implement a singleton design pattern in c#?
What is serialization and deserialization in c# with example?
Do vs while c#?
What is fcl in c#?
Explain About .NET Framework
Can I define a type that is an alias of another type (like typedef in c++)?
How do you declare a variable in c#?
What is a view? What is the use of it?
What does out mean in c#?
What is sqlconnection in c#?
What is singleordefault c#?