Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 is the use of regex in c#?

0 Answers  


What is mvc in c#?

0 Answers  


Can you change the value of a variable while debugging a C# application?

2 Answers  


What is strong data type in c#?

0 Answers  


how encapsulation is implemented in c#

0 Answers   Cognizant,


What are extensions in c#?

0 Answers  


What is routing in c#?

0 Answers  


Explain the difference between abstract class and interface.

0 Answers   Accenture,


Explain About disco and uddi

0 Answers   Digital GlobalSoft,


Can abstract class have parameterized constructor?

0 Answers  


Explain the use of Mutex in C#?

0 Answers   Sans Pareil IT Services,


what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

1 Answers   iGate,


Categories