Which ofthe following statements is used to simplify the accessing ofall globalType namespacemembers?

a.

using globalType;

b.

using namespace globalType:all;

c.

using namespace globalType::all;

d.

using namespace globalType;