About 102,000 results
Open links in new tab
  1. Namespace - Wikipedia

    Namespace In computing, a namespace is a set of signs (names) that are used to identify and refer to objects of various kinds. A namespace ensures that all of a given set of objects have unique names …

  2. Namespaces - cppreference.com

    Namespaces provide a method for preventing name conflicts in large projects. Entities declared inside a namespace block are placed in a namespace scope, which prevents them from being mistaken for …

  3. Namespace in C++ - GeeksforGeeks

    May 22, 2026 · A namespace in C++ is a container used to organize identifiers like variables, functions, and classes. It helps prevent naming conflicts when the same names are used in different parts of a …

  4. Namespaces - C# language specification | Microsoft Learn

    May 1, 2026 · This chapter defines namespaces, including how to declare them and how to use them.

  5. programming languages - What is a Namespace? - Stack Overflow

    Jun 13, 2009 · The last name is the namespace. This is a limited example of course, and in programming, the potential family members may be far more numerous than my example, therefore …

  6. Namespace - Glossary - MDN

    Nov 7, 2025 · Namespace is a context for identifiers, a logical grouping of names used in a program. Within the same context and same scope, an identifier must uniquely identify an entity.

  7. What Is a Namespace? The Meaning and Its Importance

    Nov 9, 2025 · A namespace is a fundamental concept in software engineering, representing a mechanism for grouping and managing related identifiers. While the term may sound abstract or …

  8. NAMESPACE – Hackathons and Open-Innovation

    We’re building the infrastructure layer to connect builders, communities, and organizations into one connected ecosystem.

  9. Namespaces (C++) | Microsoft Learn

    Jun 21, 2024 · A namespace is a declarative region that provides a scope to the identifiers (the names of types, functions, variables, etc) inside it. Namespaces are used to organize code into logical …

  10. Namespaces - Kubernetes

    Dec 19, 2025 · Namespaces In Kubernetes, namespaces provide a mechanism for isolating groups of resources within a single cluster. Names of resources need to be unique within a namespace, but not …