using namespace
makes visible all the names of the namespace, instead stating using
on a specific object of the namespace makes only that object visible.
using namespace
makes visible all the names of the namespace, instead stating using
on a specific object of the namespace makes only that object visible.