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
How do you pronounce c#?
Difference between a sub and a function in c#.
What is marshalling and what are different kinds of marshalling?
How do you use nullable?
Define boxing and unboxing in c#?
Can a class be private in c#?
Can you inherit from a static class in c#?
Can a constructor be static in c#?
Why delegates are type safe?
Which are the access modifiers available in c#?
What is lock statement in C#?
What are the advantages of interface in c#?
Does c# support try-catch-finally blocks?
Why do we need delegates in c#?
What is Covariance and contravariance in C#?