Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What's the importance of module's??

Status
Not open for further replies.

danielinhu

Technical User
Jun 22, 2010
23
Hello guys,

firts of all, I want to thank u for this great forum that is helping a lot like a programmer! :)

And my doubt is why modules are important, and what they do in a program??

Greetings
 


Hi,

A module is just a place where source code can be stored. Code is often arranged to be stored in separate modules, an arbitrary decision. You might have all your data access code in one, complex functions in another, report formatting in another, user interface and navigation. Whatever makes sense for the effort.

Skip,
[sub]
[glasses]Just traded in my old subtlety...
for a NUANCE![tongue][/sub]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top