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
Which are the loop types available in c#?
What is a struct in C#?
Is c# slower than java?
Int map to which .net types?
what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?
List the difference between the virtual method and the abstract method?
Why do I get a "cs5001: does not have an entry point defined" error when compiling?
Describe an abstract class?
How to use session under class file of APP_Code folder?
What is anonymous class in c#?
Explain the difference between Metadata and Manifest
What is the difference between list and arraylist in c#?
What is icomparable in c#?
What are satellite assemblies?
Why do we need collections in c#?