7.1k views
5 votes
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;

1 Answer

1 vote

Answer:

A

Step-by-step explanation:

User Rbinnun
by
6.1k points