M

Mr. Dubey • 100.69K Points
Coach

Q. Which of the following is false about “import modulename” form of import?

  • (A) the namespace of imported module becomes part of importing module
  • (B) this form of import prevents name clash
  • (C) the namespace of imported module becomes available to importing module
  • (D) the identifiers in module are accessed as: modulename.identifier
Share

Explanation by: Mr. Dubey
in the “import modulename” form of import, the namespace of imported module becomes available to, but not part of, the importing module.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics