Answer Posted / usman
In simple words value types are those datatypes that store
there values on stack memory and values are settle down at
compile time example are "ENUM" and reference type are
those datatype that store there values in heap memory and
settle down while run time i.e dynamic types examples are
strings,class type etc
Cheers
Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is a c sharp?
What is interpolation in programming?
How Reflection is used and what it's significance ?
Does c# support multilevel inheritance?
Explain the difference between arraylist and array and in c#?
Explain the difference between proc. Sent by val and by sub?
What is meant by collections in c#?
Explain how do I convert a string to an int in c#?
What is the property of class?
What does exclamation mark mean in access query?
Why do we use class in c#?
What is a custom attribute?
Is Multiple-inheritance supported by c#?
Explain the Abstract class in c#.net
What is the difference between c and c sharp?