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

How do you prevent a class from being inherited?

0 Answers  


Explain manifest & metadata.

2 Answers   Wipro,


What is the C# syntax to catch any possible exception?

0 Answers   Siebel,


Why ienumerable is used in c#?

0 Answers  


Can a dictionary have duplicate keys c#?

0 Answers  






What is difference between a type and class?

0 Answers   Arigo Infotech,


How will you allow a class to be inherited, but prevent the method from being over-ridden?

0 Answers   Siebel,


What is an ienumerable in c#?

0 Answers  


What is string in c# net?

0 Answers  


What is null in database?

0 Answers  


What is meant by collections in c#?

0 Answers  


What is a function c#?

0 Answers  


Categories