MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is false about import modulename form of import? |
| A. | tThe namespace of imported module becomes part of importing module |
| B. | tThis form of import prevents name clash |
| C. | tThe namespace of imported module becomes available to importing module |
| D. | tThe identifiers in module are accessed as: modulename.identifier |
| Answer» B. tThis form of import prevents name clash | |