What is difference between value and reference types?
Answer Posted / chaitanya.k
Value types allocates the values in stack
Reference types allocates the value references in Heap
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between a Private Assembly and a Shared Assembly
Why do we need indexers in c#?
Why do we use abstraction in c#?
What do you know about WM_CHAR message?
Can you see a loop recorder?
What are partial types in c#?
How string definitions will prevent escaping on backslashes in C#?
Which technology is best for desktop application?
What kind of the information stored inside the assembly?
Why do we use polymorphism in c#?
Why do we use delegates in c#?
Enlist some of the properties of a thread class?
How to implement a singleton design pattern in c#?
Explain the concepts of cts and cls(common language specification).
What does console writeline do?