Software portability
From Wiki @ Karl Jones dot com
Portability in high-level computer programming is the usability of the same software in different environments.
Description
The prerequirement for portability is the generalized abstraction between the application logic and system interfaces.
When software with the same functionality is produced for several computing platforms, portability is the key issue for development cost reduction.
See also
External links
- Software portability @ Wikipedia