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
can you create a function in c# which can accept varying number of arguments
Can you create an instance of a static class?
What is Implicit conversion in C#?
What is file extension of webservices?
Give an example of a directcast.
Can you mark static constructor with access modifiers?
How do you remove white spaces from a string?
What exactly happens when we debug and build the program?
Describe the difference between inline and code behind - which is best?
How to get the sum of last 3 items in a list using lambda expressions?
What does the initial catalog parameter define in the connection string?
What is type safe code?
How long will it take to learn c sharp?
What is an assembly qualified name
how dot net compiled code will become platform independent?