View Single Post
Old 06-05-2015, 06:02 AM   #7
BenjaminMayer
Registered User
 
Join Date: Jun 2015
Location: canada
Posts: 29
NameSpace is a logical group of type or we can say that namespace is a container of class, interface, structure etc.It reduces the chance of name collisions.Namespace with all the functionality come under system namespace. It organize large block of code and they are delimited by using the . operator. using directives are used in namespace.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
BenjaminMayer is offline   Reply With Quote