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

What is the difference between renderaction and renderpartial?

0 Answers  


Can you explain renderbody and renderpage in mvc?

0 Answers  


Can you write a class without specifying namespace? Which namespace does it belong to by default?

1 Answers  


What is the difference between partial and renderpartial?

0 Answers  


I couldnot answer for projects bcz i have 2+ fake experience.can you please tell me how to answer..?

2 Answers   IBM,






Explain the advantages of asp.net mvc over asp.net?

0 Answers  


Mention some action filters which are used regularly in ASP.Net MVC?

0 Answers  


Explain what platforms does the .net framework run on?

0 Answers  


What is the greatest advantage of using asp.net mvc over asp.net webforms?

0 Answers  


How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?

0 Answers  


What is entity framework used for?

0 Answers  


what is split entity?

0 Answers   Microsoft,


Categories