Modules are independent software components that result from the decomposition of a larger software into more manageable pieces.
Modules are independent software components that result from the decomposition of a larger software into more manageable pieces.
The prime purpose of modules is to provide a packaging of elements as well as encapsulation to hide the implementation details from the users of the module.