What are Namespaces?

Answers were Sorted based on User's Feedback



What are Namespaces?..

Answer / nashiinformaticssolutions

Namespaces are used to organize code and prevent name collisions.

Is This Answer Correct ?    0 Yes 0 No

What are Namespaces?..

Answer / Rahul Jha

Namespaces in C# are a way to organize types (classes, structures, interfaces, enumerations, and namespaces themselves) to prevent naming conflicts. They provide a scope for the identifiers within them. Namespaces can be thought of as containers that hold types, with each namespace being a unique container.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is the difference between list and arraylist in c#?

1 Answers  


What is datareader c#?

1 Answers  


Explain more on CLR

1 Answers  


When To use HashTable In C#

1 Answers   Infosys,


Enlist the different types of classes in c#?

1 Answers  


example of uniary operators and binary operators

0 Answers  


What is a private constructor? where will you use it?

6 Answers   Fulcrum Logic,


What is Web.config?

1 Answers   Amazon,


What is disco?

1 Answers  


What is instantiating a class in c#?

1 Answers  


How do you debug an ASP.NET Web application?

1 Answers   Rolta, Siebel Systems,


Explain the types of comments in c#?

1 Answers  


Categories