Module (programming): Difference between revisions

Content deleted Content added
m fixed link to a disambiguation page
Line 13:
The similarities between classes and modules are:
 
*Both can be used to hide abstractionimplentation details from public view.
*Both can form a hierarchy of modules/classes.