1.

Program code making use of a given module is called a ______ of the module.(a) Client(b) Docstring(c) Interface(d) ModularityThe question was posed to me by my college professor while I was bunking the class.My question comes from Python Modules in portion Mapping Functions and Modules of Python

Answer»

Correct answer is (a) Client

The EXPLANATION is: PROGRAM code MAKING USE of a given module is called the client of the module. There may be multiple clients for a module.



Discussion

No Comment Found

Related InterviewSolutions