What are the uses of namespaces?



What are the uses of namespaces?..

Answer / Laxmi Kumari

Namespaces in C# provide a way to organize code, prevent naming conflicts between identifiers from different sources, and improve readability. They can group classes, structures, interfaces, enumerations, methods, and other items.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is signature c#?

1 Answers  


What is default value of enum c#?

1 Answers  


How do you declare a variable in c#?

1 Answers  


What are delegates and why are they required?

1 Answers  


Can you store multiple data types in System.Array?

20 Answers   Satyam, Siebel Systems,


What is value c#?

1 Answers  


Why hashtable is thread safe in c#?

1 Answers  


Is c# int immutable?

1 Answers  


If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?

2 Answers  


What is an object pool in .net?

1 Answers  


Write down the c# syntax to catch an exception

1 Answers  


i want the csharp questions&answeres

1 Answers   IBM, Siemens,


Categories