Answer Posted / kishore
Value types are the variables that directly contain the
vaiue and are stored in stack memry.
Example: int, char, float...
Reference types does not contain the value directly but has
the address of the value i.e reference address..
Reference types are stored in Heap memory.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Which framework is best for desktop application?
What does dbml stand for?
What are the different approaches of passing parameters to a method?
what are windows services?
What are anonymous functions in c#?
What is the data encapsulation?
When can a derived class override a base class member?
What are the advantages of using c#?
Explain the role of the datareader class in ado.net connections?
What are the advantages of using assemble language programming?
What is parsing?
State the top.NET class that everything is derived from?
What is an interface class in c#?
What Happens In Memory When You Box And Unbox A Value-type?
How does c# generics and c++ templates compare?