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 satellite assembly? And steps to create satellite assembly?
What is dto c#?
What is the difference between ienumerable and icollection?
Explain the process of polymorphism with an example?
Hi to all..I have to create an intranet application on C#.NET windows Application so please please let can you people help me as iam new in .NET and if u have any samples or website address from where i can get sample please let know.
What is string concatenation?
Why singleton class is sealed in c#?
What does console readkey do in c#?
What is short in c#?
What are the three types of predicates?
What is the data type for bit in c#?
Explain how to use an extender provider in the project.
What's different between c# and c/c++?
What is the meaning of 0 in c#?
What is type checking in c#?