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?s a delegate?

3 Answers  


What is dictionary and hashtable in c#?

1 Answers  


Explain how to parse a datetime string?

1 Answers  


What is c# commonly used for?

1 Answers  


What is better C# or VB.NET?

1 Answers  


List out the differences between array and arraylist in c#?

1 Answers  


How do I open the console?

1 Answers  


Can a method return multiple values in c#?

1 Answers  


What is gac? What are the steps to create an assembly and add it to the gac?

1 Answers  


What is a dynamic assembly?

1 Answers  


Tell me the difference between call by value and call by reference.

1 Answers   NIIT,


Define c# i/o classes? List the commonly used classes?

1 Answers  


Categories