what is namespace?

Answers were Sorted based on User's Feedback



what is namespace?..

Answer / vipin

Namespace is logical unit of all classes.

Is This Answer Correct ?    3 Yes 0 No

what is namespace?..

Answer / nageswara rao.g

namespace is collection of different types of classes

Is This Answer Correct ?    2 Yes 1 No

what is namespace?..

Answer / payal mehta

Namespace is naming schema in which we can organize no. of
classes.Using that classes we can use or inherit properties
and methodes in our application.Namespace also can contain
number of assemblies.

Is This Answer Correct ?    1 Yes 0 No

what is namespace?..

Answer / komilla shaheen

Namespace is logical unit of all classes .Namespace can
span multiple assemblies.
eg.System.Web.UI logically group all UI related features.

Is This Answer Correct ?    0 Yes 0 No

what is namespace?..

Answer / venkat2050

namespace is nothing but the call method of funcion which
need to be envoked when you need to adde some of the
function so we call by using the namespace

Is This Answer Correct ?    0 Yes 0 No

what is namespace?..

Answer / jyothish vakkom

namespace
{
class 1
{
}
class2
{
}
.....
.....
.....
}

got d idea???

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Sharp Interview Questions

What does type safety mean?

0 Answers  


Which is faster hashtable or dictionary?

0 Answers  


How can you clean up objects holding resources from within the code?

4 Answers   Wipro,


What is the use of the static constructor? When static constructor gets compiled?

1 Answers   Syntel,


What is singleordefault c#?

0 Answers  






Why do we use generics in c#?

0 Answers  


In .NET how can you solve the DLL Hell problem?

0 Answers   Siebel,


Can the accessibility of a type member be greater than the accessibility of its containing type?

0 Answers  


Define assert() method? How does it work?

0 Answers   Siebel,


What do you mean by serialization in .NET?

0 Answers   Accenture,


Is list immutable in c#?

0 Answers  


Is string a primitive data type in c#?

0 Answers  


Categories