mirandaperez6885 mirandaperez6885 Today at 11:17 AM Computers and Technology Answered 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;