Answer Posted / nitin
Value type directly contain their data in stack and
reference type store a reference to variable's memory
address
value type uses stack and reference type uses heap to store
data
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is datetime a value type in c#?
What is the default value of object in c#?
Explain 'structure padding'?
Explain the access modifiers in c#?
What does out mean in c#?
Why do you need boxing in c#?
Why do we use reflection in c#?
Why would you use a class property in c#?
How to override a function in c#?
What is a static property. Give an example?
What is dto c#?
What is platform independence"?
What is multithreading with .net?
What is application c#?
In a C# class we have a SortedList member m_addinProjects
we want to provide an iterator to allow the consumer of
this class access to the items in the collection. Please
provide an iterator method for the AnalyzeAddinsDLL class
below and an example of how it would be used.
namespace AnalyzeAddinsDLL
{
public class AllAddInProjects
{
private SortedList