A namespace is a scope.C++ provides namespaces to prevent name conflicts.A namespace is a mechanism for expressing logical grouping. That is, if some declarations logically belong together to some criteria(准则), they can be put in a common namespace t…