Answer Posted / aravazhi
Main use is avoiding naming clashes.we can create same name
of class with in namesapace.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How many bytes is a char c#?
How do you clear a list in c#?
Which program construct must return a value?
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
What is difference between dictionary and hashtable?
What are abstract classes in c#?
What is this keyword in C#?
Why generics are used?
What is the usage of OLE?
What are accessors?
What is cookies in c# asp net?
What can we do to handle multiple exceptions?
What you mean by delegate in c#?
What are actions in c#?
How does the clr work?