Answer Posted / vijay sharma
ValueType are the normal datatype like string,int, float
etc. and they are stored on stack whereas ReferenceType are
the object type like classes and they are stored at heap.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
If you want to write your own dot net language, what steps you will u take care?
Explain About Web.config
What is command object in c#?
How to override a function in c#?
Can you specify an access modifier for an enumeration?
How do I open the console?
What are immutable types in c#?
What is a verbatim string literal and why do we use it?
What is a struct in C#?
How many types of constructors are there in c#?
What is the difference between dispose() and finalize() methods in c#?
Can we inherit partial class in c#?
What is a delegate? Explain.
What is binary search tree in data structure?
Difference between Value type & reference types ? and give the example in .Net?