What is NameSpace

Q

What is NameSpace?

✍: fyicenter.com

A

Namespace has two basic functionality :-

  1. NameSpace Logically group types, example System.Web.UI logically groups our UI related features.
  2. 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.

2007-10-22, 4337👍, 0💬