Module (programming): Difference between revisions

Content deleted Content added
only some derivative of the pascal language (see [[Turbo pascal)
Line 14:
The similarities between classes and modules are:
 
*Both can be used to hide implentationimplementation details from public view.
*Both can form a hierarchy of modules/classes.