What is a namespace?
A namespace is the logical division of the code which can be used to resolve the name conflict of the identifiers by placing them under different name space.
A namespace is the logical division of the code which can be used to resolve the name conflict of the identifiers by placing them under different name space.