wt is namespace? wt is the use?

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


Please Help Members By Posting Answers For Below Questions

What is difference between constants and read-only?

433


What is the difference between early binding and late binding in c#?

490


Why would you use untrusted verification?

528


How can I access the registry from c# code?

504


What do you mean by saying a "struct is a value type"?

510






How to achieve polymorphism in c#?

534


What is CLR and its application.?

553


What is a generic method?

480


Is c# dictionary a hash table?

473


Can you inherit from a static class in c#?

467


Describe two uses of the “using” statement during the operation of c#?

534


What are the advantages of generics in c#?

483


When was c# created?

514


Explain the role of the datareader class in ado.net connections?

454


Why is it efficient to use System.string under System.Text.StringBuilder ?

512