Saturday, 27 April 2013

What is NameSpace? | ASP.Net interview questions

Namespace has two basic functionality:-
=> Namespace logically group types.
Ex: - 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 is able to be removed.

No comments: