Answer Posted / siddarth
Namespace is collection of classes.These classes can be of
user defined or predefined.classes contains collection of
properties and methods.use of namespace was we can write
all classes under a container called namespace and can be
used any where as we like.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are escape sequences explain with example?
What are the different types of delegation?
When do we generally use destructors to release resources?
What is the difference between an integer and int?
How Reflection is used and what it's significance ?
How do I do a case-insensitive string comparison?
Are tuples immutable c#?
Can a class have more than 1 destructor?
What is difference between ienumerable and enumerable in c#?
How many dimensions can an array have?
What are assemblies?
Why do we use interfaces in c#?
Does c# have primitives?
What is the property of class?
Define using statement in c#?