Answer Posted / kishore
Value types are the variables that directly contain the
vaiue and are stored in stack memry.
Example: int, char, float...
Reference types does not contain the value directly but has
the address of the value i.e reference address..
Reference types are stored in Heap memory.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What does a constructor do c#?
What to implement on my class Finalize or IDisposable
What are data types examples?
Is namespace a class?
What is trim in c#?
What are the differences between events and delegates in c#?
How do you achieve polymorphism in c#?
Can structs in c# have destructors?
What is singleordefault?
Is and as in c#?
Are arrays immutable c#?
Explain About ADO and its objects
What is difference between c and c sharp?
How does yield return work c#?
How long does it take to learn c# for unity?