What is NameSpace In .Net Framework

Interview Questions:- 

Namespace has two basic functionality:-
• 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.

Popular Posts