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 list and ilist in c#?
What is mean by c#?
In which situation(s), the use of "Delegate" is a good idea?
Explain the difference between a sub and a function in c#.
Can you store strings in arrays?
What is the use of 'using' statement in c#?
What is c# windows form application?
What is verbatim string?
Can we have only “try” block without “catch” block in c#?
Which technology is best for desktop application?
Define an array?
Explain manifest & metadata in c#.
What are generics in c#.net?
Why do we use virtual methods in c#?
What are strings in c#?