Tuesday, March 16, 2010

What is NameSpace?

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

No comments:

Post a Comment