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 may times its possible that programmers will use the
same class name.By qualifying NameSpace with classname this collision can
be removed.
No comments:
Post a Comment