what are value types and reference types? where they are stored?
Answer Posted / vaibhav
value type are variable of premitive data types like
int,float struct & refrence type are the instace of user
defied datatype like class,string, etc.
value type vatiable are stored on
stack ,refrence type variable are stored on heap.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
How do you achieve polymorphism in c#?
What is readline c#?
What is sqldatareader c#?
Explain the difference between private and shared assembly?
What is inheritance c#?
Different between method overriding and method overloading?
Explain about WSDL
Is c# a keyword?
Is overriding of a function possible in the same class?
What is a trace and asset? Explain some differences?
How do I open the console?
What is an assembly qualified name
What's different between c# and c/c++?
What is .net c#?
Explain different properties of object oriented systems.