What is Namespace?
What is Namespace?
Namespace is logical division of class,structure and interface OR way to organized your Visual Basic .NET/Dot Net code is through the use of namespaces.
Namespaces are a way of grouping type names and reducing the chance of name collisions.
The namespace with all the built-in functionality comes under System namespace. All other namespaces comes under this System namespace.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment