What are Namespaces

A) Naming convention used in .Net
B) Group of classes categorized to avoid name clash
C) None of the above

Showing Answers 1 - 6 of 6 Answers

Samir

  • Mar 24th, 2006
 

Both are false, as namespaces are mere logical grouping of names to avert conflicting names for methods,variables.

  Was this answer useful?  Yes

Vamsi Chunduru

  • Apr 12th, 2006
 

C. None of the above A Namespace in .Net is like containers of objects. They may contain unions, classes, structures, interfaces, enumerators and delegates. Main goal of using namespace in .Net is for creating a hierarchical organization of program. In this case a developer does not need to worry about the naming conflicts of classes, functions, variables etc., inside a project.

  Was this answer useful?  Yes

Aby Kurian

  • Jan 29th, 2007
 

They are the collection of pre defined classes.
We can also create a user defined namespace

More Info contact:
abyykurian@yahoo.co.in

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions