Answer Posted / varija.k
a namespace is a group of related classes. the main
advantage of using namespaces is to avoid conflicts when
you have multiple classes with the same name.
All classes in .net class library are grouped into
namesoaces. you can use all the classes using the fully
qulified name,includeing the namespace also along with the
class name.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between class and namespace?
Are attributes inherited c#?
What operator means?
What is instantiating a class?
What is the object class in c#?
Tell me the difference between value passing and address passing?
What is value c#?
What are the properties of a string class?
Is c and c# the same?
Can a constructor be static in c#?
What is an array of arrays called?
What is difference between an Structure and Class?
How assembly versioning in .NET prevent DLL Hell problem?
What are "class access modifiers" in C#?
How can I process command-line arguments?