what is namespace?

Answers were Sorted based on User's Feedback



what is namespace? ..

Answer / charan

Namespace is a collection of classes

Is This Answer Correct ?    18 Yes 4 No

what is namespace? ..

Answer / vinay

name space a super class which consists of all class.

Is This Answer Correct ?    17 Yes 5 No

what is namespace? ..

Answer / vijay

Namespace is logical grouping of classes.

Is This Answer Correct ?    10 Yes 1 No

what is namespace? ..

Answer / anil

Namespace is a logical container for all types i.e
class,enum,struct,interface etc..

Namespace is used in two scenarios:
1. to overcome the naming collision
2. to group related items together

Is This Answer Correct ?    5 Yes 2 No

what is namespace? ..

Answer / hari

It is a super class,which consists of all classes.

Is This Answer Correct ?    3 Yes 2 No

what is namespace? ..

Answer / anonymous

A namespace is a container which keeps classes related to a specific work.It helps to overcome the problem of naming of classes as well as it categorized all classes related to their work for ex. System.Net.Mail contain all classes related to email.

Is This Answer Correct ?    1 Yes 0 No

what is namespace? ..

Answer / honey

A namespace is a collection of different classes.
System namespace is basic class for all classes in .net.

Is This Answer Correct ?    2 Yes 3 No

what is namespace? ..

Answer / radhika

firstly we use with using keyword.
the content which we want in our programe,some are allready
contain in library .these content are reside in namespace

Is This Answer Correct ?    1 Yes 2 No

what is namespace? ..

Answer / kumar

namespace is a collection of a class

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Dot Net Framework Interview Questions

how can you enhance the performance of entity framework?

0 Answers   Microsoft,


explain why t4 entity is important in entity framework?

0 Answers   Microsoft,


How Garbage Collector identifies the objects which are not in use?

6 Answers   EXL, Honeywell, Microsoft, Tech Mahindra, Tesco,


What is namespace of asp.net mvc?

0 Answers  


i just want to write an exam regarding .net?plz give me information about taking a test?where to pay 4 d exam,exam centre?

0 Answers  






What is entitytypes? : Entity framework

0 Answers  


What are Satellite Assemblies? How you will create this?

4 Answers  


Describe the .net framework architecture.

0 Answers  


What is the version number for the next version of the .net framework, codenamed �orcas�?

0 Answers  


Explain what is the difference between view and partial view?

0 Answers  


What are sections?

0 Answers  


When was the first version of .NET released

1 Answers  


Categories