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 are desktop applications examples?
Who introduced c#?
Explain the steps to create satellite assembly?
What is difference between association, aggregation and inheritance relationships?
Is c# static or dynamic?
What is difference between ilist and list?
Is it possible to have different access modifiers on the get/set methods of a property?
What is ado c#?
What do you mean by serialization in .NET?
Will the following code compile?
How to open a new form on button click in Windows forms?
Is c# and c sharp same?
What is use of hashtable in c#?
Why abstract class can not be instantiated?
Why is c# used?