Difference between revisions of "Software portability"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
 
Line 16: Line 16:
  
 
* [https://en.wikipedia.org/wiki/Software_portability Software portability] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Software_portability Software portability] @ Wikipedia
 +
 +
[[Category:Computer science]]
 +
[[Category:Software]]

Latest revision as of 08:24, 18 April 2016

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