+ 4
What is a module?
I've been learning some about programming languages and I saw that there is something called "module", can someone explain what does it mean, please?
1 Answer
+ 3
moduleĀ is a part of aprogram. Programs are composed of one or more independently developedmodulesĀ that are not combined until theĀ programĀ is linked. A singleĀ modulecan contain one or several routines. (2) In hardware, aĀ moduleĀ is a self-contained component.