Answer Posted / maria
I think stack is a memory that is used to store actual
values of an object whereas Heap is a memory that is used
to store references of the objects. Iam student of IUB
bahawalnagar campus. I hope you will give opinion on it.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
can you create a function in c# which can accept varying number of arguments
Can derived classes have greater accessibility than their base types?
Are c# destructors the same as c++ destructors?
Why are local variables stored in stack?
What is the signature of a method?
What's the difference between the debug class and trace class? Documentation looks the same.
What is hashtable in c# with example?
What is desktop application testing?
What is Wrapper class in dot net?
What are the different types of comments in c#?
You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?
What is the difference between dynamic and var in c#?
How do namespaces work?
Describe two uses of the “using” statement during the operation of c#?
Is int a class in c#?