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
List out two different types of errors in c#?
What is tryparse?
What are the types of access modifiers?
What is default class in c#?
Which .gang of four. Design pattern is shown below?
How do I join one form to another in c#?
How do you create dlls in .NET
What is the use of properties window?
Is c# easier than javascript?
What is file extension of webservices?
Is there a way of specifying which block or loop to break out of when working with nested loops?
What does int32 mean?
Can you create sealed abstract class in c#?
How do you serialize an object?
What is readline library?