.Net Interview Question: What is NameSpace?

  • NameSpace Logically group types, example System.Web.UI logically groups UI related features.
  • In Object Oriented world, many times it is possible that programmers will use the same class name. Qualifying NameSpace with class name can avoid this collision.