Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Modules that have more than one item in their API can ________

a) Assign itself to a global variable
b) Invoke another module of the same kind
c) Return a namespace object
d) None of the Above

Answer: c
Explanation: Namespace is a container for a set of identifiers, functions, methods and all that. It gives a level of direction to its contents so that it will be well distinguished and organized. Modules that have more than one item in their API can return a namespace object.

Join The Discussion