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
Explain the term inheritance in C#.
How long has c# been around?
What does clr stand for?
What are the differences between a class and a struct?
What is the difference between C# 3.5 and C# 4.0?
Give an example of a ctype.
What is garbage collector and where should you use in .NET?
Which is faster dictionary or list?
Can you have more than one namespace in c#?
What is the output of TextWriterTraceListener redirected?
Write one code example for compile time binding and one for run time binding? What is early/late binding?
Explain the types of errors in c#?
Why reflection is used in c#?
Explain About .Net remoting
Can you change the value of a constant filed after its declaration?