What is NameSpace?

Q

.NET INTERVIEW QUESTIONS - What is NameSpace?

✍: Guest

A

Namespace has two basic functionality :-
* NameSpace Logically group types, example System.Web.UI logically groups our UI related features.
* In Object Oriented world many times its possible that programmers will use the same class name.By qualifying NameSpace with classname this collision can be avoided.

2010-03-02, 4519👍, 0💬