Saved Bookmarks
| 1. |
Program code making use of a given module is called a ______ of the module.(a) Client(b) Docstring(c) Interface(d) Modularity |
|
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. |
|