What is Namespace? Advantage of Namespace
Namespace and it's Advantage:-
Namespace is logical division of class, structure and interface OR way to organizer 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 builtin functionality comes under System namespace.All other namespaces comes under this System namespace.
Advantage of Namespace:-
1.We can establish security, version, reference, and deployment boundaries by using namespaces.
2.Because of grouping of namespaces we can create hierarchy which is easy to identify classes by fully qualified names.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment