Module (programming): Difference between revisions

Content deleted Content added
Deleted the NOT RIGHT
No edit summary
Line 19:
==Module Interconnection Languages (MILs)==
'''Module Interconnection Languages''' ('''MILs''') provide formal grammar constructs for deciding the various module interconnection specifications required to assemble a complete software system. MILs enable the separation between programming-in-the-small and programming-in-the-large. Coding a module represents programming in the small, while assembling a system with the help of a MIL represents programming in the large. An example of MIL is MIL-75.
 
==See also==
* [[Library (computing)]]
** [[Subroutine|Subroutine/Subprogram]]
** [[Shared Library]]
** [[Static Library]]
** [[C standard library]]
* [[dynamic-link libraries|Dynamic-link library (.DLL)]]
** [[Dynamic Library|Dynamic Library (.SO / .OSX)]]
* [[Object File]]
* [[Loader (computing)]]
* [[Linker]]
* [[Code reuse]]
* [[Plugin]]
* [[Position-independent code]]
* [[Dependency walker]], a utility which displays exported and imported functions of DLL and EXE files.
 
 
 
==External links==