Checkout
Start free trial
Take Naologic for a spin today, no credit card needed and no obligations.
Start free trial
Question

Module - What is module with example?

Answer

A software module is a discrete unit of code with a defined purpose in computer programming. To illustrate, consider a ping pong game. The logic of the game would be handled by a separate module. The task of visualizing the game on the screen would be handled by an additional module. You can modify each module independently because it's its own file.