Risk of using namespace

When we use namespace we are copying part of a previously made code to our own code. It may happen that there are functions with the same name that do something else. By using namespace we are risking there are such conflicts and this may result in unexpected results.

1 Like

Privacy & Terms