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 are the Features in .net framework 1.1
How to open a new form on button click in Windows forms?
What is wpf application in c#?
What is a console application in c#?
What is generic in c#?
What is c# most used for?
Explain about Threading Types.
What is difference between override and new in c#?
What is using keyword?
Explain constructor in c#?
When do we generally use destructors to release resources?
what is IComparable
explain the three services model commonly know as a three-tier application.
What are the advantages of constructor?
Is datetime a value type in c#?