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 are the benefits of using windows services:
How many digits are in an integer?
What is an example of a delegate?
What is cshtml extension?
What is namespace in oops?
What is null in database?
Describe the process of “exception handling implementation” in c#?
Explain how do you directly call a native function exported from a dll?
Why do we need nullable types in c#?
What are the advantages of generics in c#?
What is monitor in C#?
What does a constructor do c#?
What are the types of methods in c#?
Explain anonymous type in c#?
What is c# most used for?