Extending namespaces

suggest change

A useful feature of namespaces is that you can expand them (add members to it).

namespace Foo
{
    void bar() {}
}

// some other stuff

namespace Foo
{
    void bar2() {}
}

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents